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-23.19:07:01
SpamBayes Score 8.159439e-06
Marked as misclassified No
Message-id <1303585623.56.0.782310073928.issue11907@psf.upfronthosting.co.za>
In-reply-to
Content
I've managed to get access to a FreeBSD system and done some investigation. The system is working as designed, and the error message is being printed by the handleError() method of the handler. To handle the exception differently, you either set logging.raiseExceptions to False (which will cause logging to swallow the exception) or you need to implement your own handler which takes appropriate action (e.g truncates the message).

Closing as invalid.
History
Date User Action Args
2011-04-23 19:07:03vinay.sajipsetrecipients: + vinay.sajip, lukas.lalinsky
2011-04-23 19:07:03vinay.sajipsetmessageid: <1303585623.56.0.782310073928.issue11907@psf.upfronthosting.co.za>
2011-04-23 19:07:02vinay.sajiplinkissue11907 messages
2011-04-23 19:07:01vinay.sajipcreate