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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23207>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to