[issue18671] enhance formatting in logging package

Vinay Sajip report at bugs.python.org
Wed Aug 7 02:01:36 CEST 2013


Vinay Sajip added the comment:

The location of the error isn't lost - that's the important thing. If it's that important that you never lose the parameters of a logging call, then you could just double check the formatting for errors, or use a specialised message object, as described in the documentation, which allows you control over the formatting:

http://docs.python.org/2/howto/logging.html#using-arbitrary-objects-as-messages

----------
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18671>
_______________________________________


More information about the Python-bugs-list mailing list