Commit 355a9876 authored by Vinay Sajip's avatar Vinay Sajip

Issue #17376: Merged clarification from 3.2.

parents f0d8697e 832d99bd
...@@ -317,11 +317,15 @@ timed intervals. ...@@ -317,11 +317,15 @@ timed intervals.
+----------------+-----------------------+ +----------------+-----------------------+
| ``'D'`` | Days | | ``'D'`` | Days |
+----------------+-----------------------+ +----------------+-----------------------+
| ``'W'`` | Week day (0=Monday) | | ``'W0'-'W6'`` | Weekday (0=Monday) |
+----------------+-----------------------+ +----------------+-----------------------+
| ``'midnight'`` | Roll over at midnight | | ``'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 system will save old log files by appending extensions to the filename.
The extensions are date-and-time based, using the strftime format 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 ``%Y-%m-%d_%H-%M-%S`` or a leading portion thereof, depending on the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment