On Fri, 23 Jan 2009, Len Conrad wrote:

> Where and what is telling named to log to syslog?

See the documentation 
http://ftp.isc.org/www/bind/arm95/Bv9ARM.ch06.html

If there is no logging statement, the logging configuration will be:

logging {
     category default { default_syslog; default_debug; };
     category unmatched { null; };
};

...

There are four predefined channels that are used for named's default 
logging as follows. ...
channel default_syslog {
    syslog daemon;                      // send to syslog's daemon
                                        // facility
    severity info;                      // only send priority info
                                        // and higher
};
...


(See the ARM for full details. The ARM is available with the BIND 
source.)
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to