diff options
| author | Kanza <kanza.imran@careem.com> | 2022-08-24 10:50:58 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-08-24 12:28:47 +0200 |
| commit | dafdcedaf3deddc6b6661d390205d3b8ad98d303 (patch) | |
| tree | 1c1879edf62b2a05baa859414f3fef544d5ff623 /docs/ref | |
| parent | 8a8a00388b065b3a7c43f7b0d887f64c81a367b8 (diff) | |
[4.1.x] Fixed #33920 -- Doc'd dependency of LOGGING_CONFIG callback on non-empty LOGGING.
Backport of 5f5401b1149dca4a487eec6b1008124eacc7d29f from main
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index d91e0d5ef5..ec00db2341 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2043,8 +2043,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 |
