In message <c0ab6ee34cf7e8f660d78...@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: ma...@isc.org
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to