Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11907> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com