]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Document that LogAction can log to stdout
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 15 Aug 2018 11:40:06 +0000 (13:40 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 15 Aug 2018 11:40:06 +0000 (13:40 +0200)
pdns/dnsdistdist/docs/rules-actions.rst

index 1d9aa3fd94e97bda37df54fe9b3c048b8fdd0326..55709c9a860215e4a29f390a636d3588c496e5e2 100644 (file)
@@ -854,7 +854,7 @@ The following actions exist.
   The ``buffered`` optional parameter specifies whether writes to the file are buffered (default) or not.
   Subsequent rules are processed after this rule.
 
-  :param string filename: File to log to
+  :param string filename: File to log to. Set to an empty string to log to the normal stdout log, this only works when ``-v`` is set on the command line.
   :param bool binary: Do binary logging. Default true
   :param bool append: Append to the log. Default false
   :param bool buffered: Use buffered I/O. default true