BIND 8.2.2 logging question

Barry Margolin barmar at bbnplanet.com
Tue Dec 7 15:20:15 UTC 1999


In article <82hobq$avt$1 at nnrp1.deja.com>,  <jdrash at eesus.jnj.com> wrote:
>I want to log everything to a file like "/var/log/named.log" of my
>choosing instead of sending it to syslog. I don't quite get what I need
>to change.

logging {
  channel log_file {
    file "/var/log/named.log";
    print-time yes;
  };
  category default { log_file; };
};

-- 
Barry Margolin, barmar at bbnplanet.com
GTE Internetworking, Powered by BBN, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list