[issue21203] logging configurators ignoring documented options

Jure Koren report at bugs.python.org
Fri Apr 11 23:39:28 CEST 2014


New submission from Jure Koren:

2.7's logging.config.DictConfig does not respect the "class" option, but fileConfig does.

The default branch logging.config has the same problem in DictConfig, but also lacks "style" support in fileConfig.

----------
components: Library (Lib)
files: logging_config_2_7.diff
hgrepos: 233
keywords: patch
messages: 215954
nosy: Jure.Koren
priority: normal
severity: normal
status: open
title: logging configurators ignoring documented options
type: behavior
versions: Python 2.7, Python 3.5
Added file: http://bugs.python.org/file34787/logging_config_2_7.diff

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


More information about the Python-bugs-list mailing list