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 gvanrossum
Recipients gvanrossum, vstinner, yselivanov
Date 2014-03-03.20:55:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393880143.6.0.254042751827.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. Anyway, in 3.4 it is what it is. :-)
History
Date User Action Args
2014-03-03 20:55:43gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov
2014-03-03 20:55:43gvanrossumsetmessageid: <1393880143.6.0.254042751827.issue20847@psf.upfronthosting.co.za>
2014-03-03 20:55:43gvanrossumlinkissue20847 messages
2014-03-03 20:55:43gvanrossumcreate