BIND-9 Notify logging problem

DJ drnj at freemail.redherring.co.uk
Wed Oct 29 07:26:27 UTC 2003


Has anyone else seen this behaviour:



Synopsis: If I specify notify explicit then nothing gets logged to the
'channel logging'  notify.log . If I remove notify explicit then notify.log
fills up with logging.



In full:



f I specify in named.conf

notify explicit

then

also-notify {

138.64.240.15;

41.65.16.124;

};



then

logging

{

channel my_syslog

{

syslog daemon;

severity critical;

print-time yes;

print-category yes;

print-severity yes;

};



channel xfer_log

{

file "/logs/zonexfer.log" versions 3 size 1m;

severity info;

print-time yes;

print-category yes;

print-severity yes;

};

channel named_log

{

file "/logs/named.log" versions 3 size 5M;

severity info;

print-time yes;

print-category yes;

print-severity yes;

};

channel query_log

{

file "/logs/query.log" versions 3 size 1m;

severity info;

print-time yes;

print-category yes;

print-severity yes;

};

channel notify_log

{

file "/logs/notify.log" versions 3 size 1m;

severity info;

print-time yes;

print-category yes;

print-severity yes;

};


Then I don't get any 'notify message' in notify.log.

If I remove the notify explicit then I do get messages



DJ




More information about the bind-users mailing list