Fix up documentation for dictConfig

This commit is contained in:
Randall Leeds 2017-10-29 21:43:41 -07:00
parent c5ae962dfa
commit a7d4491a71

View File

@ -1316,10 +1316,14 @@ class LogConfigDict(Setting):
validator = validate_dict
default = {}
desc = """\
The log config dictionary to use, using the standard Python logging
module's dictConfig format added in python 2.7.
If available, this takes precedence over logconfig, which uses the older
fileConfig format.
The log config dictionary to use, using the standard Python
logging module's dictionary configuration format. This option
takes precedence over the :ref:`logconfig` option, which uses the
older file configuration format.
Format: https://docs.python.org/3/library/logging.config.html#logging.config.dictConfig
.. versionadded:: 19.8
"""