mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix factual error.
This commit is contained in:
parent
72780a4b0c
commit
e6dab2a077
1 changed files with 6 additions and 5 deletions
|
@ -1667,11 +1667,12 @@ timed intervals.
|
||||||
| ``'midnight'`` | Roll over at midnight |
|
| ``'midnight'`` | Roll over at midnight |
|
||||||
+----------------+-----------------------+
|
+----------------+-----------------------+
|
||||||
|
|
||||||
If *backupCount* is non-zero, the system will save old log files by appending
|
The system will save old log files by appending extensions to the filename.
|
||||||
extensions to the filename. The extensions are date-and-time based, using the
|
The extensions are date-and-time based, using the strftime format
|
||||||
strftime format ``%Y-%m-%d_%H-%M-%S`` or a leading portion thereof, depending on
|
``%Y-%m-%d_%H-%M-%S`` or a leading portion thereof, depending on the rollover
|
||||||
the rollover interval. At most *backupCount* files will be kept, and if more
|
interval. If *backupCount* is nonzero, at most *backupCount* files will be
|
||||||
would be created when rollover occurs, the oldest one is deleted.
|
kept, and if more would be created when rollover occurs, the oldest one is
|
||||||
|
deleted.
|
||||||
|
|
||||||
|
|
||||||
.. method:: TimedRotatingFileHandler.doRollover()
|
.. method:: TimedRotatingFileHandler.doRollover()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue