cpython/Lib/logging
Miss Islington (bot) 8dae3faab6
[3.12] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116208)
* 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.
(cherry picked from commit fee86fd9a4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2024-03-01 18:41:30 +02:00
..
__init__.py [3.12] gh-115233: Fix an example in the Logging Cookbook (GH-115325) (GH-115355) 2024-02-12 18:29:48 +00:00
config.py [3.12] gh-111615: Fix regression in QueueHandler configuration. (GH-111638) (GH-113507) 2023-12-27 14:20:36 +00:00
handlers.py [3.12] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116208) 2024-03-01 18:41:30 +02:00