Logging Help

frank tanner pctech at mybellybutton.com
Tue Apr 24 16:02:38 UTC 2001


I am having a logging problem, and I'm sure that it is somethingI am doing.  Here is the snippet from my named.conf:

logging {
        channel my_file {
                file "named.log";
                severity dynamic;
                print-category yes;
                print-severity yes;
        };
        category cname { null; };
        category default { default_syslog; my_file; };
        category lame-servers { null; };
        category panic { default_syslog; my_file; };
        category packet { my_file; };
        category queries { my_file; };
};

It SHOULD be logging to a file named named.log.  It's not.  What am I doing wrong?  The process named is running as it's own user.  Thank you for your assistance.


More information about the bind-users mailing list