Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee03bad commit 174fbd8Copy full SHA for 174fbd8
1 file changed
Doc/howto/logging-cookbook.rst
@@ -3022,7 +3022,9 @@ lead to a number of problems in practice:
3022
* An attempt to delete a file (e.g. during file rotation) silently fails,
3023
because there is another reference pointing to it. This can lead to confusion
3024
and wasted debugging time - log entries end up in unexpected places, or are
3025
- lost altogether.
+ lost altogether. Or a file that was supposed to be moved remains in place,
3026
+ and grows in size unexpectedly despite size-based rotation being supposedly
3027
+ in place.
3028
3029
Use the techniques outlined in :ref:`multiple-processes` to circumvent such
3030
issues.
0 commit comments