Allow MIT-only recursion and add logging
[sysconfig/bind.git] / named.conf.local
index 3a1101b0ff626afb43ffb5f135db4c077072a6a5..d6bd61a281ad034bf2df5263e3e77fdaa07c69ce 100644 (file)
@@ -28,3 +28,13 @@ zone "dehnerts.com" IN {
        allow-query { any; };
        notify no;
 };
+
+logging {
+    channel query.log {
+        file "/var/log/query.log";
+        // Set the severity to dynamic to see all the debug messages.
+        severity debug 3;
+    };
+
+    category queries { query.log; };
+};