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
Date 2014-03-03.20:12:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393877540.32.0.826428021059.issue20847@psf.upfronthosting.co.za>
In-reply-to
Content
The asyncio package uses the logging module. We should remind users that they should always configure their logs to go to a file on the local filesystem -- using any kind of network logging will block the event loop.
History
Date User Action Args
2014-03-03 20:12:20gvanrossumsetrecipients: + gvanrossum, vstinner
2014-03-03 20:12:20gvanrossumsetmessageid: <1393877540.32.0.826428021059.issue20847@psf.upfronthosting.co.za>
2014-03-03 20:12:20gvanrossumlinkissue20847 messages
2014-03-03 20:12:20gvanrossumcreate