This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Nikunj jain
Recipients Nikunj jain
Date 2018-03-28.08:02:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522224170.9.0.467229070634.issue33162@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-03-28 08:02:50Nikunj jainsetrecipients: + Nikunj jain
2018-03-28 08:02:50Nikunj jainsetmessageid: <1522224170.9.0.467229070634.issue33162@psf.upfronthosting.co.za>
2018-03-28 08:02:50Nikunj jainlinkissue33162 messages
2018-03-28 08:02:50Nikunj jaincreate