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.20:31:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393878701.91.0.770562374062.issue20847@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-03-03 20:31:41yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner
2014-03-03 20:31:41yselivanovsetmessageid: <1393878701.91.0.770562374062.issue20847@psf.upfronthosting.co.za>
2014-03-03 20:31:41yselivanovlinkissue20847 messages
2014-03-03 20:31:41yselivanovcreate