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
I know it's by design so far, but it may leading to infinite size of log file.
so, when it reaches the max backup file count, how about removing the the oldest backup file, and then backup current log file?
it's better to enable this behavior by passing a flag to RotatingFileHandler constructor.
how do you think? thanks.
The text was updated successfully, but these errors were encountered:
I know it's by design so far, but it may leading to infinite size of log file.
so, when it reaches the max backup file count, how about removing the the oldest backup file, and then backup current log file?
it's better to enable this behavior by passing a flag to RotatingFileHandler constructor.
how do you think? thanks.
The text was updated successfully, but these errors were encountered: