[issue9726] logging.handlers.RotatingFileHandler: implement "preserve log file name extension" feature

Vinay Sajip report at bugs.python.org
Fri Sep 3 11:48:08 CEST 2010


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

You can do this by subclassing RotatingFileHandler and overriding doRollover, as per this example:

http://plumberjack.blogspot.com/2010/09/using-custom-file-naming-scheme-for.html

----------
resolution:  -> wont fix
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9726>
_______________________________________


More information about the Python-bugs-list mailing list