Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment:

> The assumed behaviour of TimedRotatingFileHandler is to rotate log files 
> older than configured. Even when the script is executed multiple times.

Ah, but is it? The purpose of TimedRotatingFileHandler is to rotate files based 
on time intervals, and is normally assumed to be for long-running processes 
(where the rotation allows one to focus on logs output during a period of 
interest). What's the practical, real-world use-case for the example scripts 
you added?

----------

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

Reply via email to