We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0c7bc commit 213a6bbCopy full SHA for 213a6bb
Misc/NEWS.d/next/Library/2021-02-26-13-17-57.bpo-40469.yJHeQg.rst
@@ -0,0 +1,6 @@
1
+A bug has been fixed that made the ``TimedRotatingFileHandler`` use the
2
+MTIME attribute of the configured log file to to detect whether it has to be
3
+rotated yet or not. In cases when the file was changed within the rotation
4
+period the value of the MTIME was also updated to the current time and as a
5
+result the rotation never happened. The file creation time (CTIME) is used
6
+instead that makes the rotation file modification independent.
0 commit comments