From 324a912ab2b9419e55fd5d50ec72b9699b7f14f1 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 27 Oct 2023 12:07:38 +0200 Subject: [PATCH] rec: correct webserver-loglevel docs. Fixes #13325 --- pdns/recursordist/settings/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.47.2