]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove L warning, document undocumented --stats-dir feature
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 14 Sep 2018 09:49:11 +0000 (11:49 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Fri, 14 Sep 2018 09:52:43 +0000 (11:52 +0200)
docs/manpages/dnsscope.1.rst
pdns/histog.hh

index cbf0a55d9d7a3e0201172440e5b8f63bd7bfb132..921d8585f5d256acb3e0ff7e663af1b32a643197 100644 (file)
@@ -27,6 +27,7 @@ INFILE
 --log-histogram                        Write out a log-histogram of response times to 'log-histogram'
 --no-servfail-stats                    Remove servfail responses from latency statistics
 --servfail-tree                        Figure out subtrees that generate servfails.
+--stats-dir <directory>                Drop statistics files in this directory. Defaults to ./
 -l, --load-stats                       Emit per-second load statistics (questions, answers, outstanding).
 -w <file>, --write-failures <file>     Write weird packets to a PCAP file at *FILENAME*.
 -v, --verbose                          Be more verbose.
index fb1ce6c9c9766f8c74c67f44830d9bdc5740d726..f96e4beab0fd280084ff56517b47862d427ebfd4 100644 (file)
@@ -1,8 +1,4 @@
 #pragma once
-#ifdef L
-#error "Include this file BEFORE including logger.hh"
-#endif
-
 #include <boost/accumulators/accumulators.hpp>
 #include <boost/accumulators/statistics.hpp>