From 3b8ce3df1f36ef29a0b8e7a68d3d46d7c1cab180 Mon Sep 17 00:00:00 2001 From: Daan Luttik Date: Wed, 17 Feb 2021 00:54:49 +0100 Subject: [PATCH] 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. --- docs/source/settings.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 6e977d1a..4c8e9212 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -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: