]> granicus.if.org Git - pdns/commitdiff
Forgot to add [append] and [buffered] parameters to LogAppend() description
authorwessels <dwessels@farnsworth.verisignlabs.com>
Thu, 18 Aug 2016 21:43:21 +0000 (21:43 +0000)
committerwessels <dwessels@farnsworth.verisignlabs.com>
Thu, 18 Aug 2016 21:43:21 +0000 (21:43 +0000)
pdns/README-dnsdist.md

index 87565a6cc981901e43c56ac0652d1620cf2f3388..9afdd60b74f961b274a4da1b4a228f8eaf921ab6 100644 (file)
@@ -1257,7 +1257,7 @@ instantiate a server with additional parameters
     * `DelayAction(milliseconds)`: delay the response by the specified amount of milliseconds (UDP-only)
     * `DisableValidationAction()`: set the CD bit in the question, let it go through
     * `DropAction()`: drop these packets
-    * `LogAction([filename], [binary])`: Log a line for each query, to the specified file if any, to the console (require verbose) otherwise. When logging to a file, the `binary` optional parameter specifies whether we log in binary form (default) or in textual form, the `append` optional parameter specifies whether we open the file for appending or truncate each time (default), and the `buffered` optional parameter specifies whether writes to the file are buffered (default) or not.
+    * `LogAction([filename], [binary], [append], [buffered])`: Log a line for each query, to the specified file if any, to the console (require verbose) otherwise. When logging to a file, the `binary` optional parameter specifies whether we log in binary form (default) or in textual form, the `append` optional parameter specifies whether we open the file for appending or truncate each time (default), and the `buffered` optional parameter specifies whether writes to the file are buffered (default) or not.
     * `NoRecurseAction()`: strip RD bit from the question, let it go through
     * `PoolAction(poolname)`: set the packet into the specified pool
     * `QPSPoolAction(maxqps, poolname)`: set the packet into the specified pool only if it **does not** exceed the specified QPS limits, letting the subsequent rules apply otherwise