Skip to content

Commit 213a6bb

Browse files
committed
Add missing NEWS item about the change
1 parent 5e0c7bc commit 213a6bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)