mirror of
https://github.com/python/cpython.git
synced 2025-10-23 15:12:02 +00:00
bpo-42378: fixed log truncation on logging shutdown (GH-27310)
Automerge-Triggered-By: GH:vsajip
This commit is contained in:
parent
9751f85914
commit
96cf5a63d2
4 changed files with 32 additions and 6 deletions
|
@ -117,6 +117,9 @@ sends logging output to a disk file. It inherits the output functionality from
|
|||
|
||||
Outputs the record to the file.
|
||||
|
||||
Note that if the file was closed due to logging shutdown at exit and the file
|
||||
mode is 'w', the record will not be emitted (see :issue:`42378`).
|
||||
|
||||
|
||||
.. _null-handler:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue