natefinch / lumberjack

lumberjack is a log rolling package for Go
MIT License
4.8k stars 591 forks source link

'log_rotate_daily' #26

Closed cyuanxin closed 7 years ago

cyuanxin commented 7 years ago

log_rotate_daily

natefinch commented 7 years ago

So, it is my opinion that rolling a log file daily is not a good idea. Please check out this thread for previous discussion on it:

https://github.com/natefinch/lumberjack/issues/17

longbozhan commented 2 years ago

a project timewriter impl daily rotate: timewriter @cyuanxin