Skip to content

Commit 866be79

Browse files
duanegvsajip
andauthored
Update Doc/library/logging.handlers.rst
Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
1 parent 4334f56 commit 866be79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/logging.handlers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,8 +1064,8 @@ possible, while any potentially slow operations (such as sending an email via
10641064
The :mod:`multiprocessing` module uses an internal logger created and
10651065
accessed via :meth:`~multiprocessing.get_logger`.
10661066
:class:`multiprocessing.Queue` will log ``DEBUG`` level messages upon
1067-
items being queued. If those log messages are processed by the same
1068-
:class:`QueueHandler` it will cause a deadlock or infinite recursion.
1067+
items being queued. If those log messages are processed by a
1068+
:class:`QueueHandler` using the same :class:`multiprocessing.Queue` instance, it will cause a deadlock or infinite recursion.
10691069

10701070
.. method:: emit(record)
10711071

0 commit comments

Comments
 (0)