]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #495: Documentation or implementation of "verbosity" option.
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Mon, 21 Jun 2021 10:54:23 +0000 (12:54 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Mon, 21 Jun 2021 10:54:23 +0000 (12:54 +0200)
doc/Changelog
doc/unbound.conf.5.in

index e350b8b3f572c83ebbfe790c64521f8a485f3911..6456672960de56540b0c3c8423cfe92965bd8903 100644 (file)
@@ -1,3 +1,6 @@
+21 June 2021: George
+       - Fix #495: Documentation or implementation of "verbosity" option.
+
 18 June 2021: Wouter
        - Fix a number of warnings reported by the gcc analyzer.
 
index 8d13a0a0f6d97a3304eac2b1ea00789f290cca1a..7fe0994e481073b3b75fba552e0798288c9056fa 100644 (file)
@@ -89,11 +89,11 @@ These options are part of the
 clause.
 .TP
 .B verbosity: \fI<number>
-The verbosity number, level 0 means no verbosity, only errors. Level 1
-gives operational information. Level 2 gives detailed operational
-information. Level 3 gives query level information, output per query.
-Level 4 gives algorithm level information.  Level 5 logs client
-identification for cache misses.  Default is level 1.
+The verbosity number, level 0 means no verbosity, only errors.  Level 1
+gives operational information.  Level 2 gives detailed operational
+information including short information per query.  Level 3 gives query level
+information, output per query.  Level 4 gives algorithm level information.
+Level 5 logs client identification for cache misses.  Default is level 1.
 The verbosity can also be increased from the commandline, see \fIunbound\fR(8).
 .TP
 .B statistics\-interval: \fI<seconds>