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.
asyncio
1 parent d79dd92 commit d68c37cCopy full SHA for d68c37c
1 file changed
Doc/library/asyncio-dev.rst
@@ -148,6 +148,10 @@ adjusted::
148
logging.getLogger("asyncio").setLevel(logging.WARNING)
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.
153
+
154
155
.. _asyncio-coroutine-not-scheduled:
156
157
Detect never-awaited coroutines
0 commit comments