[New-bugs-announce] [issue33162] TimedRotatingFileHandler in logging module

Nikunj jain report at bugs.python.org
Wed Mar 28 04:02:50 EDT 2018


New submission from Nikunj jain <nikunjj46 at gmail.com>:

Currently the TimedRotatingFileHandler in Python, when rotates the log file, invents a new file extension by adding the new date in the end of the file name. It would be really good if a prefix option could be provided which instead of adding the new date in end, will add it in the beginning.

----------
messages: 314569
nosy: Nikunj jain
priority: normal
severity: normal
status: open
title: TimedRotatingFileHandler in logging module
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33162>
_______________________________________


More information about the New-bugs-announce mailing list