[issue40469] TimedRotatingFileHandler rotating on use not time

2020-05-02 Thread Mark Hallett
Mark Hallett added the comment: Eg code to run is now attached -- Added file: https://bugs.python.org/file49112/app.py ___ Python tracker <https://bugs.python.org/issue40

[issue40469] TimedRotatingFileHandler rotating on use not time

2020-05-01 Thread Mark Hallett
New submission from Mark Hallett : Using the attached confing ymal file, the log file only rolls if the log file is not written to for over a minute, logging regulary (eg every 30s) prevents the correct rolling of the log. -- files: logging_config.ymal messages: 367849 nosy