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
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
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
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
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
5 matches
Mail list logo