[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: markhallett
priority: normal
severity: normal
status: open
title: TimedRotatingFileHandler rotating on use not time
versions: Python 3.8
Added file: https://bugs.python.org/file49111/logging_config.ymal

___
Python tracker 
<https://bugs.python.org/issue40469>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue40469>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com