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

This commit is contained in:
Kanza 2022-08-24 10:50:58 +02:00 committed by Carlton Gibson
parent 897f38fabe
commit 5f5401b114
1 changed files with 2 additions and 2 deletions

View File

@ -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