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 MajeedArni
Recipients MajeedArni, eryksun, r.david.murray
Date 2015-05-20.13:54:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432130099.23.0.5966491719.issue24244@psf.upfronthosting.co.za>
In-reply-to
Content
When we have this for format:
    date_format = '%Y %m %d %H:%M:%S %z'
I see our logs as:
[2015 05 19 17:36:09 -0500] watcher modified

When I change the format to:
[2015 05 20 08:51:24 -0500] stderr AttributeError: 'StreamLogger' object has no attribute 'flush'

Unhandled exception in thread started by
History
Date User Action Args
2015-05-20 13:54:59MajeedArnisetrecipients: + MajeedArni, r.david.murray, eryksun
2015-05-20 13:54:59MajeedArnisetmessageid: <1432130099.23.0.5966491719.issue24244@psf.upfronthosting.co.za>
2015-05-20 13:54:59MajeedArnilinkissue24244 messages
2015-05-20 13:54:58MajeedArnicreate