Fixed #33920 -- Doc'd dependency of LOGGING_CONFIG callback on non-empty LOGGING.
This commit is contained in:
parent
897f38fabe
commit
5f5401b114
|
@ -2032,8 +2032,8 @@ directories containing the actual translation files.
|
||||||
|
|
||||||
Default: A logging configuration dictionary.
|
Default: A logging configuration dictionary.
|
||||||
|
|
||||||
A data structure containing configuration information. The contents of
|
A data structure containing configuration information. When not-empty, the
|
||||||
this data structure will be passed as the argument to the
|
contents of this data structure will be passed as the argument to the
|
||||||
configuration method described in :setting:`LOGGING_CONFIG`.
|
configuration method described in :setting:`LOGGING_CONFIG`.
|
||||||
|
|
||||||
Among other things, the default logging configuration passes HTTP 500 server
|
Among other things, the default logging configuration passes HTTP 500 server
|
||||||
|
|
Loading…
Reference in New Issue