[issue34356] Add support for args and kwargs in logging.conf

Vinay Sajip report at bugs.python.org
Tue Aug 14 14:32:33 EDT 2018


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

There aren't any changes planned to the fileConfig code, other than bug fixes. If you need improved functionality, you can use dictConfig, which already supports improved configuration features when compared to fileConfig.

The fileConfig API was present when the logging package was first added to Python, and dictConfig is a later enhancement (PEP 391).

----------
resolution:  -> rejected
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34356>
_______________________________________


More information about the Python-bugs-list mailing list