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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18671>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to