[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

logging with bind 8



i'd like to have bind log to its own file within /var/log rather than to 
syslog. i have configured:

        // logging
        logging {

          // shunt logging to a local file
          channel log_to_file {
            file "/var/log/named/dnslog";
            severity info;
          };

          // specify where categories should log
          category default { log_to_file; };
          
        };

however, upon restarting bind, its still logging everything to 
/var/log/messages, which is precisely what i had hoped to avoid. i'm 
reading through dns&bind pp147-151. anyone see incorrect syntax right off 
that sticks out?

thanks -c


-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.