Added a line to the documentation to further explain the use of logconfig_dict

Added a line to make the question "how to use `logconfig_dict`" way easier to answer.
This commit is contained in:
Daan Luttik 2021-02-17 00:54:49 +01:00 committed by GitHub
parent 01f5d4dd0c
commit 3b8ce3df1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,6 +321,8 @@ older file configuration format.
Format: https://docs.python.org/3/library/logging.config.html#logging.config.dictConfig
For more context you can look at the default configuration dictionary for logging, which can be found at ``gunicorn.glogging.CONFIG_DEFAULTS``.
.. versionadded:: 19.8
.. _syslog-addr: