[issue4749] Issue with RotatingFileHandler logging handler on Windows

Frans report at bugs.python.org
Sun Jun 7 09:25:00 CEST 2009


Frans <Frans.van.Nieuwenhoven at gmail.com> added the comment:

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.

----------
nosy: +Frans

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4749>
_______________________________________


More information about the Python-bugs-list mailing list