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 bk2zsto
Recipients bk2zsto
Date 2014-05-29.20:43:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401396195.13.0.00625347928702.issue21608@psf.upfronthosting.co.za>
In-reply-to
Content
HTTPHandler instance will assign a Formatter to format() but emit() never calls self.format(record) so it has no effect. I know mapLogRecord() does something like this now but would like to reuse Formatters across Handlers instead of subclassing HTTPHandler just for HTTP logging.

Does it make sense to assign mapLogRecord by default to self.format but allow it to be over-ridden like other Handlers?
History
Date User Action Args
2014-05-29 20:43:15bk2zstosetrecipients: + bk2zsto
2014-05-29 20:43:15bk2zstosetmessageid: <1401396195.13.0.00625347928702.issue21608@psf.upfronthosting.co.za>
2014-05-29 20:43:14bk2zstolinkissue21608 messages
2014-05-29 20:43:13bk2zstocreate