From: Frank Louwers Date: Thu, 10 Aug 2023 12:44:51 +0000 (+0200) Subject: Document default for `webserver-loglevel` X-Git-Tag: rec-5.0.0-alpha1~67^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d22d822e4885e7bed58e9527d6aea40940e5df6;p=thirdparty%2Fpdns.git Document default for `webserver-loglevel` --- diff --git a/docs/settings.rst b/docs/settings.rst index bff6068e96..95d3956baa 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1906,6 +1906,7 @@ Note that this option only applies to credentials stored in the configuration as ---------------------- - String, one of "none", "normal", "detailed" +- Default: normal 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:: diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index fc3f1e0c98..85825b32bc 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -2515,6 +2515,7 @@ Note that this option only applies to credentials stored in the configuration as .. versionadded:: 4.2.0 - String, one of "none", "normal", "detailed" +- Default: normal 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::