Is there an easy way in the named.conf logging to
have ALL logging go to local2 ?

I've created:

logging {
   channel syslog-local2 {
        syslog local2;
        print-category yes;
        print-severity yes;
        };

        category default { syslog-local2; };
        category general { syslog-local2; };
        category database { syslog-local2; };
        category security { syslog-local2; };
--More--(44%)

</QUOTE>

A lot of messages get to local2, but some things (like general.warning)
don't get to local2, but still get to syslog messages.

Is there an easy catch-all for ALL named logging ?

Thanks.
_______________________________________________
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