In message <[email protected]>, 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: [email protected]
_______________________________________________
bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to