[issue44186] TimedRotatingFileHandler overwrite log
Change by Eiji Ito : Added file: https://bugs.python.org/file50053/log.py ___ Python tracker <https://bugs.python.org/issue44186> ___ ___ Python-bugs-list mailin
[issue44186] TimedRotatingFileHandler overwrite log
New submission from Eiji Ito : If you use TimedRotatingFileHandler and specify when='midnight',atTime, the log will always rollover if you start it at the same time as atTime. For example, if atTime='00:00:00', and you run a script that outputs logs using the logger libra