is it possible to run named without logs?

Rich Parkin RParkin at ldmi.com
Wed Jul 28 13:04:52 UTC 2004


Technically, you could simply dump everything to null.

Something like this in your named.conf would probably work:

logging {

category default { null; };
category general { null; };  #don't use this unless you have BIND 9

};

BIND is still going through the motions of logging, the messages just
aren't being saved anywhere.  I don't necessarily recommend that you
forego logging altogether... it would be better to read up on logging
and save only the categories you're interested in to logging channels
you define.  DNS and BIND by Cricket Liu has a section on logging that
tells you how to configure logging.


Richard Parkin
System Administrator
CCNA
Data Center Operations
LDMI Telecommunications

>>> "Nir Cohen" <NirC at BEZEQINT.CO.IL> 7/28/2004 8:17:04 AM >>>
Hi all
Is it possible to run named without logs at all?
And how do I do that?
 
regards
 
 
 Nir

-------------------------------------------------------------------------------
The information contained in this message is proprietary of Bezeq
International,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated
recipient(s)
of the message. If the reader of this message is not the intended
recipient,
you are hereby notified that any dissemination, use, distribution or
copying of 
this communication is strictly prohibited and may be unlawful. 
If you have received this communication in error, please notify us
immediately
by replying to the message and deleting it from your computer.
Thank you.
-------------------------------------------------------------------------------





More information about the bind-users mailing list