8000 gh-93162: Add ability to configure QueueHandler/QueueListener together and provide getHandlerByName() and getHandlerNames() APIs. by vsajip · Pull Request #93269 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-93162: Add ability to configure QueueHandler/QueueListener together and provide getHandlerByName() and getHandlerNames() APIs. #93269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 7, 2022
Prev Previous commit
Next Next commit
Improve cross-referencing from the NEWS item.
  • Loading branch information
vsajip committed May 26, 2022
commit 2bca11450a047ccb52dec92b5655ada90fe68824
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Add the ability for :func:`dictConfig` to usefully configure
:class:`QueueHandler` and :class:`QueueListener` as a pair, and add a
:func:`getHandlerByName` API to allow access to handlers by name.
Add the ability for :func:`logging.config.dictConfig` to usefully configure
:class:`~logging.handlers.QueueHandler` and :class:`~logging.handlers.QueueListener`
as a pair, and add a :func:`logging.getHandlerByName` API to allow access to handlers by name.
0