[issue25226] "suffix" attribute not documented in logging.TimedRotatingFileHandler

2016-02-07 Thread SilentGhost
Changes by SilentGhost : -- stage: -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue25226] "suffix" attribute not documented in logging.TimedRotatingFileHandler

2016-02-07 Thread Vinay Sajip
Vinay Sajip added the comment: It's not documented, and not intended to be changeable by the user, because it is not set to a fixed value - the value depends on the "when" (to rollover) and "interval" arguments to the handler initializer. If you really need to have functionality other than the

[issue25226] "suffix" attribute not documented in logging.TimedRotatingFileHandler

2016-02-07 Thread SilentGhost
SilentGhost added the comment: It isn't documented because it's an internal attribute. If it did work for someone, it's by accident. Naturally, Vinay would have to make a final judgement regarding this, but I'd be inclined to close as not a bug. -- nosy: +SilentGhost _

[issue25226] "suffix" attribute not documented in logging.TimedRotatingFileHandler

2016-02-06 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue25226] "suffix" attribute not documented in logging.TimedRotatingFileHandler

2015-09-24 Thread NobilisVir
New submission from NobilisVir: The suffix attribute that controls the timestamp portion that gets appended to the file name is not documented (but it would be very useful to be). The documentation is here - https://docs.python.org/2/library/logging.handlers.html#timedrotatingfilehandler I le