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
Use the version of `TimedRotatingFileHandler.getFilesToDelete` from Python 3.11 when operating under Python 3.8 or earlier.
This handles the `.1` type extensions when the file rolls over multiple times during the normal time interval.
Otherwise these types of files never get deleted when `backupCount` is set.
0 commit comments