On Thu, 15 Aug 2002, Mark Achanzar wrote:

> it was a breeze on Bind9 reload but theres one little thing....
> Q:  is there a way to load specific ZONES without filling up
> /var/log/messages ??  probably like blackhole ACL on multiple views like the

reduce the logging level to "errors only" and dedicate bind9 logs to
its own file (in the example it's sent to syslog facility "local1" where
it is sent to another file other than /var/log/messages):

logging
{
        channel NAMED 
        { 
                syslog          local1;
                severity        error;
                print-severity  yes;
                print-time      no;
                print-category  no;
        };
        category default                { NAMED; };
        category lame-servers           { null; };
};


_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to