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 lukas.lalinsky, vinay.sajip
Date 2011-04-24.05:26:16
SpamBayes Score 1.0640448e-06
Marked as misclassified No
Message-id <114237.30014.qm@web25804.mail.ukl.yahoo.com>
In-reply-to <1303583088.75.0.884405562286.issue11907@psf.upfronthosting.co.za>
Content
> I'll write a LocalSysLogHandler for me  that uses the syslog module.

Sure, but bear in mind that on some Linux systems at least, the syslog module 
has thread safety issues because the underlying C APIs are not thread-safe. (I'm 
not sure of the situation on FreeBSD.) This shouldn't be a problem if the only 
calls to the module are from the handler, since logging has handler locks - but 
it could be a problem if other code in your process calls syslog APIs directly.
History
Date User Action Args
2011-04-24 05:26:17vinay.sajipsetrecipients: + vinay.sajip, lukas.lalinsky
2011-04-24 05:26:16vinay.sajiplinkissue11907 messages
2011-04-24 05:26:16vinay.sajipcreate