[New-bugs-announce] [issue23536] Add explicit information on config file format not supporting filters

Piotr Dobrogost report at bugs.python.org
Fri Feb 27 13:49:28 CET 2015


New submission from Piotr Dobrogost:

It would be helpful to make it clear in section "Configuration file format" that it's not possible to configure filters through configuration file as opposed to dictionary passed to dictConfig() method.
I found this clearly stated in Pyramid docs at http://docs.pylonsproject.org/docs/pyramid/en/latest/narr/logging.html – "For more advanced filtering, the logging module provides a logging.Filter object; however it cannot be used directly from the configuration file."

----------
assignee: docs at python
components: Documentation
messages: 236741
nosy: docs at python, piotr.dobrogost, vinay.sajip
priority: normal
severity: normal
status: open
title: Add explicit information on config file format not supporting filters
type: enhancement
versions: Python 2.7, Python 3.6

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


More information about the New-bugs-announce mailing list