We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6abb33 commit bd73110Copy full SHA for bd73110
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