From: Alex Dehnert Date: Mon, 12 Dec 2016 03:10:28 +0000 (-0500) Subject: Add more details to log lines (like timestamps...) X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=61e6b869d7e5ef20d35bf585e85146f3fe0d1840;hp=a52bd908aa73540c6f5918bbee2e04001f1fbaf9;p=sysconfig%2Fbind.git Add more details to log lines (like timestamps...) --- diff --git a/named.conf.local b/named.conf.local index d6bd61a..1b931dc 100644 --- a/named.conf.local +++ b/named.conf.local @@ -31,9 +31,12 @@ zone "dehnerts.com" IN { logging { channel query.log { - file "/var/log/query.log"; + file "/var/log/query.log" versions 10 size 100M; // Set the severity to dynamic to see all the debug messages. severity debug 3; + print-category yes; + print-severity yes; + print-time yes; }; category queries { query.log; };