Browse Source

Fixed #33920 -- Doc'd dependency of LOGGING_CONFIG callback on non-empty LOGGING.

Kanza 2 years ago
parent
commit
5f5401b114
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/ref/settings.txt

+ 2 - 2
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