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, vinay.sajip
Date 2014-05-30.14:19:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401459544.77.0.71089488852.issue21608@psf.upfronthosting.co.za>
In-reply-to
Content
I see what you are saying about implementation kludginess and will likely subclass just to get my app done.

On the other hand, I think the POLA(stonishment) violation of ignoring format-related configuration of the Handler (even tho it is a subclass) matters too :-)

Was not thinking a Formatter should be put _into_ mapLogRecord. More like idly wondering if mapLogRecord could be implemented as a Formatter. If this sounds like a non-kludge you would be interested in I can work on that. Added benefit being that users could override without subclassing.

Maybe this is more like a documentation issue (since there is no indication that HTTPHandler does not/cannot use a Formatter like other of Handlers?
History
Date User Action Args
2014-05-30 14:19:04bk2zstosetrecipients: + bk2zsto, vinay.sajip
2014-05-30 14:19:04bk2zstosetmessageid: <1401459544.77.0.71089488852.issue21608@psf.upfronthosting.co.za>
2014-05-30 14:19:04bk2zstolinkissue21608 messages
2014-05-30 14:19:03bk2zstocreate