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 LwarX
Recipients LwarX
Date 2009-07-09.07:33:57
SpamBayes Score 6.739024e-07
Marked as misclassified No
Message-id <1247124840.28.0.246529396761.issue6444@psf.upfronthosting.co.za>
In-reply-to
Content
I use syslog message routing mechanism to log high-priority messages
from my python code to separate file.  When exceptions are logged, only
first line routed to specified file, and the rest goes in /var/log/messages.

Such problem exists when SyslogHandler instantiated with "/dev/log".

If logging is performed to remote host via udp socket, then exception
logged as one long string with all lines being concatenated.

Probably multiline log messages should be automatically splitted and
logged line-by-line with the same facility, severity and program name.
Also it will be good to have special formatter tag which expands as
empty string in first logged line, and as user-defined string in
remaining ones. This can simplify automated log analysis.
History
Date User Action Args
2009-07-09 07:34:00LwarXsetrecipients: + LwarX
2009-07-09 07:34:00LwarXsetmessageid: <1247124840.28.0.246529396761.issue6444@psf.upfronthosting.co.za>
2009-07-09 07:33:58LwarXlinkissue6444 messages
2009-07-09 07:33:57LwarXcreate