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 Frans
Recipients Frans, lowell87, mramahi77, neyro, rcronk, vinay.sajip
Date 2009-06-07.07:24:57
SpamBayes Score 0.012734571
Marked as misclassified No
Message-id <1244359500.15.0.0854348896655.issue4749@psf.upfronthosting.co.za>
In-reply-to
Content
I ran into the same problem with RotatingFileHandler from a
multithreaded daemon under Ubuntu. I Googled around and found the
ConcurrentLogHandler on pypi
(http://pypi.python.org/pypi/ConcurrentLogHandler). It solved the problem.
History
Date User Action Args
2009-06-07 07:25:00Franssetrecipients: + Frans, vinay.sajip, mramahi77, lowell87, neyro, rcronk
2009-06-07 07:25:00Franssetmessageid: <1244359500.15.0.0854348896655.issue4749@psf.upfronthosting.co.za>
2009-06-07 07:24:58Franslinkissue4749 messages
2009-06-07 07:24:57Franscreate