diff options
| author | Kanza <kanza.imran@careem.com> | 2022-08-24 10:50:58 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2022-08-24 11:38:43 +0200 |
| commit | 5f5401b1149dca4a487eec6b1008124eacc7d29f (patch) | |
| tree | aee578080f7a2d1d1c49071ff4efcccb55a2123d /docs | |
| parent | 897f38fabea5e1b196f11250ff6dadfffa489840 (diff) | |
Fixed #33920 -- Doc'd dependency of LOGGING_CONFIG callback on non-empty LOGGING.
Diffstat (limited to 'docs')
| -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 b451ec0169..79520c3e2d 100644 --- a/docs/ref/settings.txt +++ b/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 |
