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 christian.heimes
Recipients amezhenin, christian.heimes
Date 2013-07-09.13:04:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373375060.03.0.963365144925.issue18413@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-07-09 13:04:20christian.heimessetrecipients: + christian.heimes, amezhenin
2013-07-09 13:04:20christian.heimessetmessageid: <1373375060.03.0.963365144925.issue18413@psf.upfronthosting.co.za>
2013-07-09 13:04:20christian.heimeslinkissue18413 messages
2013-07-09 13:04:19christian.heimescreate