You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used this library, I encountered the following problem:
When calculating whether an old log file has reached rotation time, the time zone is not taken into account for the processing of timestamps in log file names, even if localtime is set to true. This may cause the log rotation time to differ from MaxAge.
I have submitted a PR to solve this problem, please evaluate whether it can be accepted. #197
The text was updated successfully, but these errors were encountered:
Hi nate,
Thank you for your work in lumberjack!
When I used this library, I encountered the following problem:
When calculating whether an old log file has reached rotation time, the time zone is not taken into account for the processing of timestamps in log file names, even if localtime is set to true. This may cause the log rotation time to differ from MaxAge.
I have submitted a PR to solve this problem, please evaluate whether it can be accepted.
#197
The text was updated successfully, but these errors were encountered: