mirror of
https://github.com/django/django.git
synced 2025-10-05 16:20:26 +00:00
[4.1.x] Fixed #33920 -- Doc'd dependency of LOGGING_CONFIG callback on non-empty LOGGING.
Backport of 5f5401b114
from main
This commit is contained in:
parent
8a8a00388b
commit
dafdcedaf3
1 changed files with 2 additions and 2 deletions
|
@ -2043,8 +2043,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…
Add table
Add a link
Reference in a new issue