]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: correct webserver-loglevel docs. 13425/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 27 Oct 2023 10:07:38 +0000 (12:07 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 27 Oct 2023 10:07:38 +0000 (12:07 +0200)
Fixes #13325

pdns/recursordist/settings/table.py

index 14fb0fe35198f0e76d050d0e488d348b5c18318a..16fa43c7d04f3be9543d1f7abf6ab6fb5e215886 100644 (file)
@@ -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::