[issue33162] TimedRotatingFileHandler in logging module

2018-04-02 Thread Vinay Sajip
Vinay Sajip added the comment: You can already roll your own, see https://docs.python.org/3/library/logging.handlers.html#baserotatinghandler -- resolution: -> not a bug stage: -> resolved status: open -> closed ___

[issue33162] TimedRotatingFileHandler in logging module

2018-04-02 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list

[issue33162] TimedRotatingFileHandler in logging module

2018-04-01 Thread Nitish
Change by Nitish : -- nosy: +nitishch ___ Python tracker ___ ___ Python-bugs-list

[issue33162] TimedRotatingFileHandler in logging module

2018-03-28 Thread Nikunj jain
New submission from Nikunj jain : 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