summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKanza <kanza.imran@careem.com>2022-08-24 10:50:58 +0200
committerCarlton Gibson <carlton@noumenal.es>2022-08-24 11:38:43 +0200
commit5f5401b1149dca4a487eec6b1008124eacc7d29f (patch)
treeaee578080f7a2d1d1c49071ff4efcccb55a2123d /docs
parent897f38fabea5e1b196f11250ff6dadfffa489840 (diff)
Fixed #33920 -- Doc'd dependency of LOGGING_CONFIG callback on non-empty LOGGING.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index b451ec0169..79520c3e2d 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2032,8 +2032,8 @@ directories containing the actual translation files.
Default: A logging configuration dictionary.
-A data structure containing configuration information. The contents of
-this data structure will be passed as the argument to the
+A data structure containing configuration information. When not-empty, the
+contents of this data structure will be passed as the argument to the
configuration method described in :setting:`LOGGING_CONFIG`.
Among other things, the default logging configuration passes HTTP 500 server