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

NobilisVir report at bugs.python.org
Thu Sep 24 11:34:38 CEST 2015


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 learned about this attribute from an SO answer after searching for a solution to how to control the file name (this answer - http://stackoverflow.com/a/338566/1006955).

----------
assignee: docs at python
components: Documentation
messages: 251503
nosy: NobilisVir, docs at python
priority: normal
severity: normal
status: open
title: "suffix" attribute not documented in logging.TimedRotatingFileHandler
type: enhancement
versions: Python 2.7

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


More information about the docs mailing list