FreeBSD 6.2 default bind9, question about customize logging [re-post]

Edward Shabotinsky evs at telod.net
Wed Jul 11 02:04:30 UTC 2007


this is what i have from 5.2

logging {
         channel namedlog {
                 file "/var/log/named.log";
                 severity info;
                 print-category yes;
                 print-severity yes;
                 print-time yes;
                 };
         category lame-servers {
                 null;
                 };
         category default {
                 namedlog;
                 };
         category xfer-out { namedlog;};
};

hope this help


On Jul 8, 2007, at 2:06 PM, Patrick Dung wrote:

> I am using FreeBSD 6.2 with the default bind (not ports).
> By default chroot is used.
>
> When named start or stop, it does have log in /var/log/messages.
> But for example, when some do domain transfer successfully, that is  
> not
> logged (zone transfer denied is logged).
>
> So I tried to add this part in named.conf (enabled local0.* in
> syslog.conf) , but still no luck. Any suggestions?
>
> logging {
>         channel named-log {
>                 //syslog daemon;
>                 syslog local0;
>                 severity info;
>                 print-category yes;
>         };
>      category default { named-log; };
>      category xfer-in { named-log; };
>      category xfer-out { named-log; };
>      category unmatched { null; };
> };
>
> Thanks
> Patrick
>
>
>
> ______________________________________________________________________ 
> ______________
> Be a better Heartthrob. Get better relationship answers from  
> someone who knows. Yahoo! Answers - Check it out.
> http://answers.yahoo.com/dir/?link=list&sid=396545433
> _______________________________________________
> freebsd-isp at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-isp
> To unsubscribe, send any mail to "freebsd-isp-unsubscribe at freebsd.org"



More information about the freebsd-isp mailing list