diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-01-04 23:55:01 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-01-04 23:55:01 (GMT) |
commit | 9cf617bff9c018e43ab690cda451581aee390e3f (patch) | |
tree | 5c01664ac55d1f84c9aa0d33437c94b37dbe623d /Doc/whatsnew/3.4.rst | |
parent | 4908f4a1512bd8f8625631f2c763cb04640c434a (diff) | |
download | cpython-9cf617bff9c018e43ab690cda451581aee390e3f.zip cpython-9cf617bff9c018e43ab690cda451581aee390e3f.tar.gz cpython-9cf617bff9c018e43ab690cda451581aee390e3f.tar.bz2 |
whatsnew: logging TimedRotatingFileHandler atTime parameter.
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index f4e809e..044d830 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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 |