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
The logging.handlers.RotatingFileHandler does not support automatically rolling over on restart which would be a nice feature.
To add this, subclass RotatingFileHandler and add the logic to call rollover at the end of the __init__ method, then update the logging_config to use this handler instead.
Pull requests welcome!
The text was updated successfully, but these errors were encountered:
Follow on from #349
The
logging.handlers.RotatingFileHandler
does not support automatically rolling over on restart which would be a nice feature.To add this, subclass
RotatingFileHandler
and add the logic to call rollover at the end of the__init__
method, then update thelogging_config
to use this handler instead.Pull requests welcome!
The text was updated successfully, but these errors were encountered: