From: Vladimír Čunát Date: Tue, 18 May 2021 08:41:15 +0000 (+0200) Subject: policy.REQTRACE docs: fix incorrect claims X-Git-Tag: v5.4.0~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92a19f3f67001fb6c462ab5d1219aa352c61e409;p=thirdparty%2Fknot-resolver.git policy.REQTRACE docs: fix incorrect claims The requests get traced even without verbose logging. I expect it was a copy&paste mistake from QTRACE docs. --- diff --git a/modules/policy/README.rst b/modules/policy/README.rst index 9ba76ac38..fce69e5e8 100644 --- a/modules/policy/README.rst +++ b/modules/policy/README.rst @@ -213,7 +213,10 @@ Following actions act on request and then processing continue until first non-ch .. py:attribute:: REQTRACE - Pretty-print DNS requests from clients into the verbose log. It's useful for debugging weird DNS clients. Verbose logging must be enabled using :func:`verbose` for this policy to be effective. It makes most sense together with :ref:`mod-view`. + Pretty-print DNS requests from clients into the log. + It's useful for debugging weird DNS clients. + It makes most sense together with :ref:`mod-view` (enabling per-client) + and probably with verbose logging those request (e.g. ``DEBUG_ALWAYS``). .. py:attribute:: DEBUG_ALWAYS