8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ddbc4 commit 3165901Copy full SHA for 3165901
Doc/howto/logging-cookbook.rst
@@ -332,6 +332,8 @@ configuration::
332
print('complete')
333
334
335
+.. _blocking-handlers:
336
+
337
Dealing with handlers that block
338
--------------------------------
339
Doc/library/asyncio-dev.rst
@@ -149,7 +149,8 @@ adjusted::
149
150
151
Network logging can block the event loop. It is recommended to use
152
-a separate thread for handling logs or use non-blocking IO.
+a separate thread for handling logs or use non-blocking IO. For example,
153
+see :ref:`blocking-handlers`.
154
155
156
.. _asyncio-coroutine-not-scheduled:
0 commit comments