exceptions from logging on Windows

Simon Dahlbacka simon.dahlbacka at gmail.com
Mon Sep 12 06:25:29 EDT 2005


I ended up monkey-patching doRollover to do a number of retries before
giving up. (In our case the failures is due to our log browser
happening to read the latest changes when logging wants to rollover)

(Actually, I implemented a simple QueueHandler and do all file
operations from a different logging thread)




More information about the Python-list mailing list