On Mon, Dec 17, 2007 at 06:57:02AM -0700, Darren Spruell wrote:
> >
> >
> > But nothing gets logged to the file. I see entries in /var/log/daemon when
> > I
> > do a rndc querylog and I see entries in /var/log/messages.
>
> Doesn't seem to me that you're actually sending any log messages to
> that channel. Maybe a missing 'category' stanza?
>
> >From my config:
>
> // Logging options
> logging {
> channel simple_log {
> file "/log/named.log" versions 3 size 5m;
> severity info;
> print-time yes;
> print-severity yes;
> print-category yes;
> };
> category default {
> simple_log;
> };
> category lame-servers { null; };
> };
>
> My 'category default' stanza looks to be the kind of thing missing in
> your config.
>
> DS
>
Right you are, thanks, it works now that I have added a category.
J.D. Carlson