]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
policy.REQTRACE docs: fix incorrect claims
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 18 May 2021 08:41:15 +0000 (10:41 +0200)
committerŠtěpán Balážik <stepan.balazik@nic.cz>
Wed, 23 Jun 2021 10:36:28 +0000 (12:36 +0200)
The requests get traced even without verbose logging.
I expect it was a copy&paste mistake from QTRACE docs.

modules/policy/README.rst

index 9ba76ac384ea0c05740dd295e6192c5c957e561b..fce69e5e8b7aba1a6059c9a61d5abee71359973a 100644 (file)
@@ -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