From: Pieter Lexis Date: Wed, 15 Aug 2018 11:40:06 +0000 (+0200) Subject: Document that LogAction can log to stdout X-Git-Tag: dnsdist-1.3.3~160^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a28ac9ca5a410d3b972992037594264ceda96ff;p=thirdparty%2Fpdns.git Document that LogAction can log to stdout --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 1d9aa3fd94..55709c9a86 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -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