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 The Compiler
Recipients The Compiler, vinay.sajip
Date 2015-01-09.14:20:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420813239.75.0.476507944816.issue23207@psf.upfronthosting.co.za>
In-reply-to
Content
logging.basicConfig uses **kwargs and does not validate them.

This caused me to shoot myself in the foot multiple times by passing logLevel instead of level accidentally, and then trying to figure out why my messages don't get logged.
History
Date User Action Args
2015-01-09 14:20:39The Compilersetrecipients: + The Compiler, vinay.sajip
2015-01-09 14:20:39The Compilersetmessageid: <1420813239.75.0.476507944816.issue23207@psf.upfronthosting.co.za>
2015-01-09 14:20:39The Compilerlinkissue23207 messages
2015-01-09 14:20:39The Compilercreate