Logging Question Again

Barry Margolin barmar at genuity.net
Mon Mar 25 18:37:36 UTC 2002


In article <a7nk2r$ihh at pub3.rc.vix.com>,
Jeff Grossman  <jeff at grossman.name> wrote:
>I have been reading the O'Reilly DNS and Bind book and can't figure out why
>my logging is not working.  I have the following in my named.conf file, but
>nothing is logged besides the startup line telling me what version is
>running.

The problem could be in your syslog.conf file.  What level of auth.XXX
messages does it send to the log file?

>logging {
>        channel default_syslog {
>                syslog auth;
>                severity info;
>        };
>
>        channel default_debug {
>                file "named.run";
>                severity dynamic;
>        };
>
>        category default { default_syslog; default_debug; };
>        category lame-servers { null; };
>        category config { default_syslog; };
>        category notify { default_syslog; };
>        category xfer-in { default_syslog; };
>        category xfer-out { default_syslog; };
>};

-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list