From 5f5401b1149dca4a487eec6b1008124eacc7d29f Mon Sep 17 00:00:00 2001 From: Kanza Date: Wed, 24 Aug 2022 10:50:58 +0200 Subject: [PATCH] Fixed #33920 -- Doc'd dependency of LOGGING_CONFIG callback on non-empty LOGGING. --- docs/ref/settings.txt | 4 ++-- 1 file 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