mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix up documentation for dictConfig
This commit is contained in:
parent
c5ae962dfa
commit
a7d4491a71
@ -1316,10 +1316,14 @@ class LogConfigDict(Setting):
|
|||||||
validator = validate_dict
|
validator = validate_dict
|
||||||
default = {}
|
default = {}
|
||||||
desc = """\
|
desc = """\
|
||||||
The log config dictionary to use, using the standard Python logging
|
The log config dictionary to use, using the standard Python
|
||||||
module's dictConfig format added in python 2.7.
|
logging module's dictionary configuration format. This option
|
||||||
If available, this takes precedence over logconfig, which uses the older
|
takes precedence over the :ref:`logconfig` option, which uses the
|
||||||
fileConfig format.
|
older file configuration format.
|
||||||
|
|
||||||
|
Format: https://docs.python.org/3/library/logging.config.html#logging.config.dictConfig
|
||||||
|
|
||||||
|
.. versionadded:: 19.8
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user