Logging Help

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Wed Apr 25 01:10:56 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;

	Did you turn on debugging?  A dynamic channel will only be written
	to if debugging is enabled.

	Mark

>                 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 w
> rong?  The process named is running as it's own user.  Thank you for your ass
> istance.
> 
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com


More information about the bind-users mailing list