lumberjack
lumberjack copied to clipboard
lumberjack is a log rolling package for Go
Add support for customizing the logger with the following features of backup (rotated) log files: * **`TimeFormat`** - set a custom time format to use for the timestamp in the...
As title, Is it possible integrate with fluentd in-tail? Fluentd stop updating the pos-file when rotation happened.
Signed-off-by: Devendranath Thadi Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are...
…le size. Signed-off-by: zhangxiaoyu
it's too bad that the file size rotation limit is in megabytes - that's actually a huge number for embeded platforms. it would be better to rotate on kilobytes or,...
Fixes #56
It seems the code within the zip file is not up to date. Specifically, the code downloaded does not contain rotated log **compression** support. The **type Logger struct** does not...
we use sirupsen/logrus + natefinch/lumberjack to write logs, when the linux kernel dead lock, there are zero(\0) characters generated and wrote to the log file: [MYAPP][127.0.0.1][Thu, 06 Aug 2020 21:25:37...
Rotate the file log periodically,such as rotate in 9:00 sharp. I add three type: minute, hour and day which will rotate at sharp time relatively.