[issue6444] multiline exception logging via syslog handler

Vinay Sajip report at bugs.python.org
Wed Jul 15 18:46:10 CEST 2009


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

I'm using whatever came with my Ubuntu system - I supposes that's
syslogd. Perhaps there's some additional configuration with syslog-ng
which will give you the results you want?

Plainly, logging is send all the information across, whether it's via
UDP or a domain socket. And I'm not sure there are any other reports of
this problem with syslog-ng (I'm pretty sure that at least some users of
logging are using syslog-ng, and the problem you're seeing would show up
whenever an exception is logged.)

----------
status: open -> pending

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


More information about the Python-bugs-list mailing list