[issue20847] asyncio docs should call out that network logging is a no-no

Guido van Rossum report at bugs.python.org
Mon Mar 3 21:12:20 CET 2014


New submission from Guido van Rossum:

The asyncio package uses the logging module. We should remind users that they should always configure their logs to go to a file on the local filesystem -- using any kind of network logging will block the event loop.

----------
assignee: haypo
messages: 212664
nosy: gvanrossum, haypo
priority: normal
severity: normal
status: open
title: asyncio docs should call out that network logging is a no-no
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20847>
_______________________________________


More information about the Python-bugs-list mailing list