cpython: 83f07e3a53f4 (original) (raw)
Mercurial > cpython
changeset 82550:83f07e3a53f4 3.2
Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. [#17376]
Vinay Sajip <vinay_sajip@yahoo.co.uk> | |
---|---|
date | Fri, 08 Mar 2013 23:24:30 +0000 |
parents | 76be5efa0d86 |
children | 12239c13db72 55fd9810c9ab |
files | Doc/library/logging.handlers.rst |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-)[+] [-] Doc/library/logging.handlers.rst 6 |
line wrap: on
line diff
--- a/Doc/library/logging.handlers.rst
+++ b/Doc/library/logging.handlers.rst
@@ -236,11 +236,15 @@ timed intervals.
+----------------+-----------------------+
| 'D'
| Days |
+----------------+-----------------------+
- |
'W0'-'W6'
| Weekday (0=Monday) | +----------------+-----------------------+ |'midnight'
| Roll over at midnight | +----------------+-----------------------+ - When using weekday-based rotation, specify 'W0' for Monday, 'W1' for
- Tuesday, and so on up to 'W6' for Sunday. In this case, the value passed for
- interval isn't used.
+
The system will save old log files by appending extensions to the filename.
The extensions are date-and-time based, using the strftime format
%Y-%m-%d_%H-%M-%S
or a leading portion thereof, depending on the