[issue2316] TimedRotatingFileHandler names files incorrectly if nothing is logged during an interval

Per Cederqvist report at bugs.python.org
Mon Mar 17 09:20:37 CET 2008


Per Cederqvist <ceder at lysator.liu.se> added the comment:

The attached program will generate log messages with a timestamp that
are logged into a file with an unexpected extension.

To run:

  mkdir badlogdir
  python badlogger.py

Running the program takes about 9 seconds.

Added file: http://bugs.python.org/file9687/badlogger.py

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2316>
__________________________________


More information about the Python-bugs-list mailing list