[New-bugs-announce] [issue23207] logging.basicConfig does not validate keyword arguments

Florian Bruhin report at bugs.python.org
Fri Jan 9 15:20:39 CET 2015


New submission from Florian Bruhin:

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.

----------
messages: 233756
nosy: The Compiler, vinay.sajip
priority: normal
severity: normal
status: open
title: logging.basicConfig does not validate keyword arguments
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23207>
_______________________________________


More information about the New-bugs-announce mailing list