]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Document default for `webserver-loglevel` 13111/head
authorFrank Louwers <frank@louwers.be>
Thu, 10 Aug 2023 12:44:51 +0000 (14:44 +0200)
committerFrank Louwers <frank@louwers.be>
Thu, 10 Aug 2023 12:44:51 +0000 (14:44 +0200)
docs/settings.rst
pdns/recursordist/docs/settings.rst

index bff6068e968a7694804db62280946c64032bb938..95d3956baad64810a8c3495c0078cb0e1c5d5ed0 100644 (file)
@@ -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::
index fc3f1e0c98cf91c1ce72dde546c9469cfb6a7e8e..85825b32bcb54db9d63ea5678373b7525153dab6 100644 (file)
@@ -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::