Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ambv merged 8 commits intopython:mainfromvsajip:fix-93162
Jun 7, 2022
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fix typos, add clarification.
  • Loading branch information
@vsajip
vsajip committedMay 27, 2022
commitdebf516b05c1a235e6d6dc4ea0884e9f2b0e31e4
6 changes: 4 additions & 2 deletionsDoc/library/logging.config.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -698,15 +698,17 @@ If the ``queue`` key is present, the corresponding value can be one of the follo
the :class:`queue.Queue` instance to use. That callable could be a
:class:`queue.Queue` subclass or a function which returns a suitable queue instance.

If the `queue` key is absent, a standard unbounded :class:`queue.Queue` instance is
If the ``queue`` key is absent, a standard unbounded :class:`queue.Queue` instance is
created and used.

If the `listener` key is present, the corresponding value can be one of the following:
If the ``listener`` key is present, the corresponding value can be one of the following:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

You say "one of the following" and then there is only one listed?


* A subclass of :class:`logging.handlers.QueueListener`. This is of course only
possible if you are constructing or modifying the configuration dictionary in
code.

If the ``listener`` key is absent, :class:`logging.handlers.QueueListener` is used.

The values under the ``handlers`` key are the names of other handlers in the
configuration (not shown in the above snippet) which will be passed to the queue
listener.
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp