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 s29
Recipients LwarX, r.david.murray, s29, vinay.sajip
Date 2009-08-20.06:00:04
SpamBayes Score 0.00026059907
Marked as misclassified No
Message-id <1250748007.39.0.957694337256.issue6444@psf.upfronthosting.co.za>
In-reply-to
Content
From the manual for logging.handlers.SysLogHandler --

emit(record)
The record is formatted, and then sent to the syslog server. If
exception information is present, it is not sent to the server.

Ideal, for me, would be to have each traceback line logged as an
individual DEBUG message. Maybe that should be an option. For now I'm
using a custom handler to achieve this.
History
Date User Action Args
2009-08-20 06:00:07s29setrecipients: + s29, vinay.sajip, r.david.murray, LwarX
2009-08-20 06:00:07s29setmessageid: <1250748007.39.0.957694337256.issue6444@psf.upfronthosting.co.za>
2009-08-20 06:00:05s29linkissue6444 messages
2009-08-20 06:00:04s29create