]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: mention DEBUG_* policies in single request debug section
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 30 Apr 2021 10:39:13 +0000 (12:39 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 3 May 2021 17:00:21 +0000 (19:00 +0200)
modules/http/trace.rst

index 0884cfadb33a16bdbf568c84a603dcfc679730ff..e77142f59ebecb8a327729ec4f8113d76d8f58a0 100644 (file)
@@ -5,6 +5,9 @@
 Debugging a single request
 ==========================
 
+.. tip:: Policies :data:`policy.DEBUG_CACHE_MISS` and :func:`policy.DEBUG_IF` can also be used to
+         debug specific requests.
+
 The :ref:`http module <mod-http>` provides ``/trace`` endpoint which allows to trace various
 aspects of the request execution. The basic mode allows you to resolve a query
 and trace verbose logs for it (and messages received):