From 5d22d822e4885e7bed58e9527d6aea40940e5df6 Mon Sep 17 00:00:00 2001 From: Frank Louwers Date: Thu, 10 Aug 2023 14:44:51 +0200 Subject: [PATCH] Document default for `webserver-loglevel` --- docs/settings.rst | 1 + pdns/recursordist/docs/settings.rst | 1 + 2 files changed, 2 insertions(+) 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:: -- 2.47.2