From: Otto Moerbeek Date: Fri, 27 Oct 2023 10:07:38 +0000 (+0200) Subject: rec: correct webserver-loglevel docs. X-Git-Tag: rec-5.0.0-beta1~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=324a912ab2b9419e55fd5d50ec72b9699b7f14f1;p=thirdparty%2Fpdns.git rec: correct webserver-loglevel docs. Fixes #13325 --- diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 14fb0fe351..16fa43c7d0 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -2895,7 +2895,7 @@ Note that this option only applies to credentials stored in the configuration as 'default' : 'normal', 'help' : 'Amount of logging in the webserver (none, normal, detailed)', 'doc' : ''' -One of ``one``, ``normal``, ``detailed``. +One of ``none``, ``normal``, ``detailed``. The amount of logging the webserver must do. 'none' means no useful webserver information will be logged. When set to 'normal', the webserver will log a line per request that should be familiar::