◐ Shell
clean mode source ↗

Message 212671 - Python tracker

Message212671

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