Releases: dbgeek/elblogcat
Releases · dbgeek/elblogcat
v0.1.0
Changelog
0c7a28c feat: tail command command tail is a poor man tail that pool s3 for new access logs default every 1min. It possible to change how often it should pool for new access logs from s3 with flag --polling-interval
be71675 feature: Adding global flag max-keys
ddaed12 fix: NewConfiguration did not set MaxKeys
6cb1ea5 refactor: define accesslog endtime fmt as constant
65d0375 refactor: switching some fmt.Print to logrus.
v0.1.0-rc1
Changelog
547ac08 Merge pull request #4 from dbgeek/poor_mans_tail
0c7a28c feat: tail command command tail is a poor man tail that pool s3 for new access logs default every 1min. It possible to change how often it should pool for new access logs from s3 with flag --polling-interval
v0.0.1-rc3
Changelog
d2e9e71 feat: Applying filterByTime filter
ff1681a refactor: rename method beforeEndTime => filterByTime
9d0815b docs: Adding README.md with basic examples and installation notes
v0.0.1-rc2
Changelog
78e76d3 V0.0.1 rc2 (#3)
674f76a Adding support to specify which field to print (#2)