This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients gvanrossum, vstinner, yselivanov
Date 2014-03-03.23:44:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393890298.47.0.428561816117.issue20847@psf.upfronthosting.co.za>
In-reply-to
Content
> If you really need network logging you should be able to configure a handler that puts things in a queue whose other end is serviced by an asyncio task. There should be no need to mess with the type of the logger object.

It's something that is easy to misconfigure. Having [logger+queue+logging thread] combination mitigates the risk a bit, but yeah, at the cost of increased complexity...

> Anyway, in 3.4 it is what it is. :-)

Right.
History
Date User Action Args
2014-03-03 23:44:58yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner
2014-03-03 23:44:58yselivanovsetmessageid: <1393890298.47.0.428561816117.issue20847@psf.upfronthosting.co.za>
2014-03-03 23:44:58yselivanovlinkissue20847 messages
2014-03-03 23:44:58yselivanovcreate