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 kespindler
Recipients kespindler
Date 2014-01-13.18:41:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389638510.54.0.587733308543.issue20242@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3.3, 3.4beta2, and bleeding edge (88411:e7d922d8ee03), the following occurs 

>>> import logging
>>> logging.basicConfig(style="{")
>>> logging.error("hello")
%(levelname)s:%(name)s:%(message)s


Of course, I would expect

ERROR:root:hello

to be output instead.
History
Date User Action Args
2014-01-13 18:41:50kespindlersetrecipients: + kespindler
2014-01-13 18:41:50kespindlersetmessageid: <1389638510.54.0.587733308543.issue20242@psf.upfronthosting.co.za>
2014-01-13 18:41:50kespindlerlinkissue20242 messages
2014-01-13 18:41:50kespindlercreate