Re: NOTIFY logging problem

2010-02-01 Thread Frank Cusack
On February 1, 2010 1:12:56 PM +1100 Mark Andrews wrote: In message , Frank Cusack writes: On February 1, 2010 11:35:15 AM +1100 Mark Andrews wrote: > You need to be looking a debug 3. > > notify_log(notify->zone, ISC_LOG_DEBUG(3), "sending notify to > %s", addrbuf); ouch, d

Re: NOTIFY logging problem

2010-01-31 Thread Mark Andrews
In message , Frank Cusack writes: > On February 1, 2010 11:35:15 AM +1100 Mark Andrews wrote: > > You need to be looking a debug 3. > > > > notify_log(notify->zone, ISC_LOG_DEBUG(3), "sending notify to %s", > >addrbuf); > > ouch, debug 3 is probably way TMI. I guess

Re: NOTIFY logging problem

2010-01-31 Thread Frank Cusack
On February 1, 2010 11:35:15 AM +1100 Mark Andrews wrote: You need to be looking a debug 3. notify_log(notify->zone, ISC_LOG_DEBUG(3), "sending notify to %s", addrbuf); ouch, debug 3 is probably way TMI. I guess I'll just patch the above to log at info. Why isn't

Re: NOTIFY logging problem

2010-01-31 Thread Mark Andrews
In message , 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 ge

NOTIFY logging problem

2010-01-29 Thread Frank Cusack
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 (s