Re: logging via named.conf

2014-05-31 Thread /dev/rob0
On Wed, May 28, 2014 at 09:58:39PM -0700, Jim Pazarena wrote: > Is there an easy way in the named.conf logging to > have ALL logging go to local2 ? > > I've created: > > logging { >channel syslog-local2 { > syslog local2; > print-category yes; > print-severity yes; >

logging via named.conf

2014-05-28 Thread Jim Pazarena
Is there an easy way in the named.conf logging to have ALL logging go to local2 ? I've created: logging { channel syslog-local2 { syslog local2; print-category yes; print-severity yes; }; category default { syslog-local2; }; category general {