]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93269)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 7 Jun 2022 08:20:35 +0000 (09:20 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 08:20:35 +0000 (10:20 +0200)
commit1b7480399162b5b469bb9533f5ceda53d16f6586
treee3b6e276f5b7c33aa4ba46e57341b302cb123da9
parentc6f6ede728df144c6c39858f558ea65a2aac7cda
gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93269)

Also, provide getHandlerByName() and getHandlerNames() APIs.

Closes #93162.
Doc/library/logging.config.rst
Doc/library/logging.handlers.rst
Doc/library/logging.rst
Lib/logging/__init__.py
Lib/logging/config.py
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2022-05-26-09-24-41.gh-issue-93162.W1VuhU.rst [new file with mode: 0644]