NOTIFY logging problem 
    Mark Andrews 
    marka at isc.org
       
    Mon Feb  1 00:35:15 UTC 2010
    
    
  
In message <C0AB6EE34CF7E8F660D787B9 at 11.sub-97-53-216.myvzw.com>, Frank Cusack 
writes:
> How can I get logs of all NOTIFY messages sent?
> 
> logging {
>   // use local0 instead of daemon
>   channel local0_syslog {
>     syslog local0;
>     severity info;
>   };
>   category notify    { local0_syslog; default_debug; };
> };
> 
> The above only generates a summary log:
> 
> zone XXX/IN/internet: sending notifies (serial 2010012700)
> 
> I'd like to see a verification of every host a NOTIFY message was sent to.
You need to be looking a debug 3.
        notify_log(notify->zone, ISC_LOG_DEBUG(3), "sending notify to %s",
                   addrbuf);
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: marka at isc.org
    
    
More information about the bind-users
mailing list