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 r.david.murray
Recipients bialix, paul.moore, r.david.murray, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2015-09-15.13:27:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442323658.47.0.186820057253.issue25121@psf.upfronthosting.co.za>
In-reply-to
Content
Are you using a rotating file handler for the logger?  You should take a look at some of the other issues in this tracker about RotatingFileHandler and Windows.

I will be interested in Vinay's answer to your question about the exception being allowed to bubble up.  I suspect it has to do with the fact that you would be completely losing your logging data if it were ignored.
History
Date User Action Args
2015-09-15 13:27:38r.david.murraysetrecipients: + r.david.murray, paul.moore, vinay.sajip, bialix, tim.golden, zach.ware, steve.dower
2015-09-15 13:27:38r.david.murraysetmessageid: <1442323658.47.0.186820057253.issue25121@psf.upfronthosting.co.za>
2015-09-15 13:27:38r.david.murraylinkissue25121 messages
2015-09-15 13:27:38r.david.murraycreate