querylog not logging

elliot s adams elliot_s_adams at yahoo.com
Thu Dec 1 07:53:36 UTC 2005


I'm running BIND 9.3.1 on FreeBSD 5.4 and am trying to
get query logging working to no avail.

Thumbing through the ARM, I can't see any obvious
problems with my config:-

    options {
      # ...
        querylog yes;
      # ...
    };

    logging {
      # ...
        channel log_queries {
          file "/var/log/named/q/query.log"
            versions 5 size 10m;
          print-category yes;
          print-severity yes;
          print-time yes;
          severity debug;
        };
      # ...
        category queries {
          log_queries;
        };
      # ...
    };

An empty log file is created any time I start the
server, -HUP, etc., but nothing is ever written to it,
although I know queries ARE coming in.

More puzzling is all my other log categories are
working fine, and that the config work great if I copy
it to another server running BIND 8.2.3.

Can anyone give me a nudge in the right direction?


		
__________________________________ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free. 
http://music.yahoo.com/unlimited/



More information about the bind-users mailing list