flog

A fake log generator for common log formats

MIT License

Stars
1K
Committers
9

Bot releases are hidden (Show)

flog - v0.4.3

Published by mingrammer about 4 years ago

Changelog

c48e1ac chore: update go.mod
fce7a74 feat(options): support duration string for sleep/delay options

flog - v0.4.2

Published by mingrammer over 4 years ago

Changelog

a26fd5d chore: bump up to v0.4.2
c6eea53 fix: bug that timestamp is not updated when using -d option

flog - v0.4.1

Published by mingrammer over 4 years ago

Changelog

ad24808 chore: bump up to v0.4.1

flog - v0.4.0

Published by mingrammer over 4 years ago

Changelog

eae2980 Add JSON output format (#30)
ec8400a Migrate to travis-ci.com
1b4eded chore: update goreleaser

flog - v0.3.2

Published by mingrammer almost 5 years ago

Changelog

4113eac Combined log format should use month in timestamp similar to common format
8708f2b Common log format (#22)
4e59ad1 Fix apache error log format
46f3745 Remove an unnecessary slice
678dc74 Remove go version from go.mod
9fd899c Run go mod tidy
6b06e4c Separate the env vars to env section
a70225f Support random http version
fd596a7 Update .travis.yml
754524b Update .travis.yml

flog - v0.3.1

Published by mingrammer over 5 years ago

Changelog

d8d877c Make the hostname lowercase of the RFC3164
716b9a6 Version up to v0.3.1

flog - v0.3.0

Published by mingrammer over 5 years ago

Changelog

ab5a2e5 Add apache/apache-error time formats
9080b3f Create a random username generator
e7618e5 Fix the wrong log formats
664180b Reduce the go modules rebuilds
287139b Update .dockerignore
63eeacd Update .dockerignore
feae212 Use copy & build instead of go get
3ec8196 Version up to v0.3.0

flog - v0.2.5

Published by mingrammer over 5 years ago

Changelog

5529584 Fix version
d09e931 Support RFC5424 syslog format
989bed9 Update the supported versions
5ca3c67 Use ENTRYPOINT instead of CMD
ffaa256 Version up to v0.2.5
d843ef6 create a smaller image using a multistage build

flog - v0.2.4

Published by mingrammer almost 6 years ago

Changelog

5562e55 Add 'delay' option
1f72259 Change the 'github.com/bouk/monky' to 'bou.ke/monkey'
ff9c345 Set target os on Travis CI
03fcbe9 Use go modules instead of dep
693b934 Use root folder for homebrew tap formula

flog - v0.2.3

Published by mingrammer almost 6 years ago

Changelog

08ce3e2 Do not use title case for help messages
67b4ba2 Version up to v0.2.3

flog - v0.2.2

Published by mingrammer almost 6 years ago

Changelog

a3f2d58 Add changelog filters
4591419 Brew formula update for flog version v0.2.1
575b853 Change homebrew tap repository
2149ae5 Do not use this repository as homebrew tap root
88e6f3b Rename ContainsString to containString

flog - v0.2.1

Published by mingrammer almost 6 years ago

Changelog

ebda818 Update README.md
01d99fd Move 'loop' option desc to bottom in the help message
92416d0 Merge pull request #11 from tydavis/master
2e600f2 Add "run forever" option
83a9e77 Use default checksum template
d7ed433 Brew formula update for flog version v0.2.0

flog - v0.2.0

Published by mingrammer about 6 years ago

Changelog

11750c5 Version up to v0.2.0
806a246 Update RFC3164 format comment
cd5a753 Remove new line from log format string
d39e906 Merge pull request #9 from mingrammer/fix-rfc3164
bb84a86 Update comments
0303d71 Fix wrong RFC3164 timestamp format and add a PRI part
dae2904 Merge pull request #7 from mingrammer/go-mod-onbuild
fec4399 Use go module instead of dep to build the flog docker image

flog - v0.1.4

Published by mingrammer about 6 years ago

Changelog

7782ab0 Version up to v0.1.4
26fe6c3 Add version option
3fe2bd3 Update option descriptions
5ce169c Add a missing comment for ParseType function
535f4e2 Update help message
fedd6be Use console format for usage
a60a1e1 Support go modules
0db681f Brew formula update for flog version v0.1.3

flog - v0.1.3

Published by mingrammer about 6 years ago

Changelog

69f7b50 Update README.md
c35bea3 Update flog help message
16a5b01 Brew formula update for flog version v0.1.2

flog - v0.1.2

Published by mingrammer about 6 years ago

Changelog

93f4109 Reorder imports
92c2507 Fix that decimal sleep does not works properly
17a3705 Brew formula update for flog version v0.1.1

flog - v0.1.1

Published by mingrammer about 6 years ago

Changelog

ec04f06 Update README.md
77ff08e Update gofakeit
6a6515b Update README.md
886257d Fix a comment for NewWriter function
2075f21 Update README.md
628981b Merge pull request #1 from cometkim/master
0d49666 Change the word to lowercase and link to official page
014cb9e Add a Dockerfile and usage
ac021d0 Update README.md
ffe35de Update README.md
25db770 Update README.md
fb4c9e8 Update README.md
2b5a6a1 Fix support Go versions
92c03fc Fix dep installation on Travis CI
ce20db2 Brew formula update for flog version v0.1.0
d4b725f Integrate with Travis CI

flog - v0.1.0

Published by mingrammer over 6 years ago

Changelog

7c7d160 Support STDOUT and GZ log type
3dc4c02 Fix an example test for NewLog function
270f0bf Update dep Gopkg for monkey package
62f076f Update README.md
b8f25bd Add tests for log generating functions
bafa709 Brew formula update for flog version v0.0.5

flog - v0.0.5

Published by mingrammer over 6 years ago

Changelog

17ed032 Extract only OS specific functions
6ec62a2 Update README.md
3e6f5bd Update README.md
f2ecd7e Fix comments form
0d7398b Golint with adding public comments and improving the code form
538f6d8 Gofmt -s
0259475 Merge branch 'master' of github.com:mingrammer/flog
12e2e9b Fix brew tap name
e479148 Brew formula update for flog version v0.0.4

flog - v0.0.4

Published by mingrammer over 6 years ago

Changelog

315ea5d Separate darwin/linux version and windows version for flog