]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update rules-actions.rst 8656/head
authorphonedph1 <phoned@gmail.com>
Mon, 23 Dec 2019 16:32:55 +0000 (09:32 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Dec 2019 16:32:55 +0000 (09:32 -0700)
pdns/dnsdistdist/docs/rules-actions.rst

index 28cd6dbadcb922801f0370ceb5af31baa8b60dcd..61e8a244b8a5c27e7faaf50fd618014accb8974b 100644 (file)
@@ -1001,7 +1001,7 @@ The following actions exist.
 
   Log a line for each query, to the specified ``file`` if any, to the console (require verbose) if the empty string is given as filename.
 
-  If an empty string is supplied in the file name, the logging is done to stdout, and only in verbose mode by default. This can be changed by setting ``verboseOnly`` to true.
+  If an empty string is supplied in the file name, the logging is done to stdout, and only in verbose mode by default. This can be changed by setting ``verboseOnly`` to false.
 
   When logging to a file, the ``binary`` optional parameter specifies whether we log in binary form (default) or in textual form. Before 1.4.0 the binary log format only included the qname and qtype. Since 1.4.0 it includes an optional timestamp, the query ID, qname, qtype, remote address and port.