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

Yury Selivanov report at bugs.python.org
Mon Mar 3 21:31:41 CET 2014


Yury Selivanov added the comment:

Can we instead re-engineer asyncio logging to have logger calls in a separate thread?

I.e. `logger` is a proxy object, that puts logging calls in a queue, and there would be another thread to block on the queue and do the actual logging. This way it won't really matter how logging is configured.

----------
nosy: +yselivanov

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


More information about the Python-bugs-list mailing list