Skip to content

Commit e65e6de

Browse files
miss-islingtonkumaraditya303
authored andcommitted
GH-65046: Fix docs about logging in asyncio (GH-97559)
Explain that logging should not use network I/O. (cherry picked from commit d68c37c) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
1 parent 50da78a commit e65e6de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/asyncio-dev.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ adjusted::
149149

150150

151151
Network logging can block the event loop. It is recommended to use
152-
a separate thread for handling logs or use non-blocking IO. For example,
153-
see :ref:`blocking-handlers`.
152+
a separate thread for handling logs or use non-blocking IO.
154153

155154

156155
.. _asyncio-coroutine-not-scheduled:

0 commit comments

Comments
 (0)