Logging problem

Raven raven at vp44.net
Sun Aug 9 16:55:35 UTC 2009


Hi all.
I have just deployed a bind installation (freebsd port v9.4.3-P2) and I
seem to be unable to have it log the queries.
This is the section I put in named.conf:

logging {
  channel munin_log {
    file "/var/log/bind9/query.log" versions 7 size 100m;
    severity dynamic;
    print-time yes;  };

  category queries {
    munin_log; };
};


What's weird is that if I start bind from the cli with 
"named -f -c /etc/namedb/named.conf -d 3"
then the queries are correctly logged to the desired file.
Any suggestions to fix this?

-RV




More information about the bind-users mailing list