From 0a28ac9ca5a410d3b972992037594264ceda96ff Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 15 Aug 2018 13:40:06 +0200 Subject: [PATCH] Document that LogAction can log to stdout --- pdns/dnsdistdist/docs/rules-actions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2