cpython/Lib/logging
Serhiy Storchaka fee86fd9a4
gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)
* Do not overwrite already rolled over files. It happened at midnight or
  during the DST change and caused the loss of data.
* computeRollover() now always return the timestamp larger than the
  specified time.
* Fix computation of the rollover time during the DST change.
2024-03-01 17:50:08 +02:00
..
__init__.py gh-115233: Fix an example in the Logging Cookbook (GH-115325) 2024-02-12 18:24:45 +02:00
config.py gh-115032: Update DictConfigurator.configure_formatter() comment about `fmt` retry. (GH-115303) 2024-02-13 08:47:40 +00:00
handlers.py gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) 2024-03-01 17:50:08 +02:00