mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
whatsnew: logging TimedRotatingFileHandler atTime parameter.
This commit is contained in:
parent
4908f4a151
commit
9cf617bff9
2 changed files with 10 additions and 2 deletions
|
@ -730,6 +730,14 @@ metaclasses (Contributed by Ethan Furman in :issue:`18929` and
|
|||
:issue:`19030`)
|
||||
|
||||
|
||||
logging
|
||||
-------
|
||||
|
||||
The :class:`~logging.handlers.TimedRotatingFileHandler` has a new *atTime*
|
||||
parameter that can be used to specify the time of day when rollover should
|
||||
happen. (Contributed by Ronald Oussoren in :issue:`9556`.)
|
||||
|
||||
|
||||
.. _whatsnew-marshal-3:
|
||||
|
||||
marshal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue