From: Alex Dehnert Date: Wed, 19 Dec 2018 05:36:52 +0000 (-0500) Subject: Move logs to someplace apparmor allows by default X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=7ca12ecd372e1f0fe2c49e9402c01e4204578790;p=sysconfig%2Fbind.git Move logs to someplace apparmor allows by default Logging still doesn't seem to work on adehnert3.xvm, though. --- 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;