Logging lookups?

David Lechnyr davidrl at OREGON.UOREGON.EDU
Wed Sep 6 18:02:51 UTC 2000


Carl, try this...

logging {

        channel qrylog {
                severity debug 99;
                file "/var/log/query.log";
                print-time yes;
        };

        category queries {
                qrylog;
        };

Regards,
- David

> Carl Rueder wrote:
> 
> > Hi!
> >
> > How can I configure BIND to log outgoing lookups (e.g. time, date, which
> > address was looked up, etc.)?
> >
> > I've tried:
> >
> > logging {
> >     channel testdump {
> >         file "/tmp/dns.dump";
> >     };
> >     category packet { testdump; };
> > };
> >
> > But the file isn't created nor can I find the information anywhere.
> >
> > bye
> > Carl
> 
> 
> 
> 
> 



More information about the bind-users mailing list