BIND logging

Matus UHLAR - fantomas uhlar at fantomas.sk
Thu Mar 5 12:49:12 UTC 2009


On 05.03.09 08:55, simian wrote:
> I'm busy learning a bit more about DNS/BIND, but I seem to have run into
> a problem. My server does not seem to propogate, so my questions are:
> 
> Where does BIND log it's errors to? I see some named entries in my syslog, 
> is it the only place it logs to?
> 
> If so, can I change the logfile where BIND logs it's errors? Get it to be a bit 
> more verbose?

Docs are available on https://www.isc.org/software/bind/documentation
See the ARM (Administrator Reference Manual) for your version, section 6,
the "logging statement definition and usage".

There are some defaults, with configuring proper channels and categories you can define
which log meesages go where. I e.g. have:

        channel nextra_syslog {
                syslog daemon;
//              syslog local0;
                severity info;
                print-category yes;
                print-severity yes;
        };
        category default {
                nextra_syslog;
                default_debug;
        };


-- 
Matus UHLAR - fantomas, uhlar at fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
"The box said 'Requires Windows 95 or better', so I bought a Macintosh".



More information about the bind-users mailing list