From 7ca12ecd372e1f0fe2c49e9402c01e4204578790 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Wed, 19 Dec 2018 00:36:52 -0500 Subject: [PATCH] Move logs to someplace apparmor allows by default Logging still doesn't seem to work on adehnert3.xvm, though. --- named.conf.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/named.conf.local b/named.conf.local index 99249f6..269a261 100644 --- a/named.conf.local +++ b/named.conf.local @@ -41,7 +41,7 @@ zone "dehnerts.com" IN { logging { channel query.log { - file "/var/log/bind/query.log" versions 10 size 100M; + file "/var/log/named/query.log" versions 10 size 100M; // Set the severity to dynamic to see all the debug messages. severity debug 3; print-category yes; -- 2.34.1