]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Jan 2022 22:15:25 +0000 (14:15 -0800)
committerGitHub <noreply@github.com>
Fri, 7 Jan 2022 22:15:25 +0000 (22:15 +0000)
commite35430bec528dfb1a653cd457ea58b5a08543632
tree343ad4187d0ce12139e6e7422f16c5aed75d63f7
parented2656a7d313dd9fa3a963d8b4dca4438cf73bc9
[3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Doc/library/logging.handlers.rst
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2021-07-25-08-17-55.bpo-42378.WIhUZK.rst [new file with mode: 0644]