Christian Heimes added the comment:

The issue is covered by the docs:

http://docs.python.org/2.7/library/logging.html#logging.Logger.debug

> The keys in the dictionary passed in extra should not clash with the keys 
> used by the logging system.

You can't use a couple of reserved keys like 'msg' in the extra args. Perhaps 
you can find a simple workaround for your issue?

----------
nosy: +christian.heimes
resolution:  -> wont fix
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18413>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to