I’ve installed 9.10 and it seems to work fine, but logging seems to stop after 
the logfile gets rolled over each night.

I have to run rndc reload to get the logging to start again:

May 12 00:30:01 BordoDNS newsyslog[89310]: logfile turned over
12-May-2014 10:31:47.971 reloading configuration succeeded
12-May-2014 10:31:47.979 reloading zones succeeded
12-May-2014 10:31:48.006 all zones loaded
12-May-2014 10:31:48.006 running

My named.conf ends with:

logging {
        category default {
                _default_log;
        };

        channel _default_log  {
                file "/Library/Logs/named.log";
                severity info;
                print-time yes;
        };


Any suggestions as to how to make the logging continue after the rollover?

Thanks,

James.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to