maverick named logging

Jeremy C. Reed Jeremy_Reed at isc.org
Fri Jan 23 15:40:31 UTC 2009


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.)



More information about the bind-users mailing list