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 vinay.sajip
Recipients Carl.Crowder, petri.lehtinen, r.david.murray, vinay.sajip
Date 2011-05-25.16:02:11
SpamBayes Score 1.691198e-05
Marked as misclassified No
Message-id <316848.62625.qm@web25806.mail.ukl.yahoo.com>
In-reply-to <1306337747.88.0.110347662018.issue12168@psf.upfronthosting.co.za>
Content
> Petri Lehtinen <petri@digip.org> added the  comment:

> 
> FWIW, I once stumbled on this problem, and solved it by making  my own log 
>handler that uses functions from the syslog  module.

@Petri: It's great that it worked for you, but IIRC the syslog module has had 
thread-safety issues at least on some platforms, which is why it's not used in 
the SysLogHandler implementation (disclaimer: this was a while ago, I don't know 
if the syslog module is thread-safe now - I believe the thread-safety issues 
were in the underlying C APIs).

I am working on a patch, watch this space :-)
History
Date User Action Args
2011-05-25 16:02:12vinay.sajipsetrecipients: + vinay.sajip, r.david.murray, petri.lehtinen, Carl.Crowder
2011-05-25 16:02:11vinay.sajiplinkissue12168 messages
2011-05-25 16:02:11vinay.sajipcreate