]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document 'responselog' in the ARM
authorMark Andrews <marka@isc.org>
Thu, 6 Jun 2024 01:53:55 +0000 (11:53 +1000)
committerMark Andrews <marka@isc.org>
Mon, 30 Sep 2024 00:10:47 +0000 (00:10 +0000)
(cherry picked from commit 452db02c1946a3fcbbe77b5af8b7283af6521116)

doc/arm/reference.rst

index 3e041c3f40fcfd63f5da8c6968e963f80be6910c..293e7ca58139894405e14385cae8a10b93930843 100644 (file)
@@ -2639,6 +2639,17 @@ Boolean Options
    query logging can be activated at runtime using the command ``rndc querylog
    on``, or deactivated with :option:`rndc querylog off <rndc querylog>`.
 
+.. namedconf:statement:: responselog
+   :tags: logging, server
+   :short: Specifies whether response logging should be active when :iscman:`named` first starts.
+
+   Response logging complements :any:`querylog` by logging the rcode of
+   previous queries along with the queries' name, type and class.
+
+   Response logging can also be activated at runtime using the
+   command ``rndc responselog on``, or deactivated with :option:`rndc
+   responselog off <rndc responselog>`.
+
 .. namedconf:statement:: check-names
    :tags: query, server
    :short: Restricts the character set and syntax of certain domain names in primary files and/or DNS responses received from the network.