Configuring and Managing MPE/iX Internet Services (MPE/iX 6.5)

208 AppendixC
BIND 8.1 Enhanced Features
BIND 8 Highlights
category is used instead. If you do not
define the default category, the
following definition is used:
category default {
default_syslog; default_debug; };
config High-level configuration file processing.
parser Low-level configuration file processing.
queries A short log message is generated for
every query the server receives.
lame-servers Messages like “Lame server on ...
statistics Statistics.
panic If the server has to shut itself down due
to an internal problem, it will log the
problem in this category as well as in
the problem’s native category. If you do
not define the panic category, the
following definition is used: category
panic { default_syslog;
default_stderr; };
update Dynamic updates.
ncache Negative caching.
xfer-in Zone transfers the server is receiving.
xfer-out Zone transfers the server is sending.
db All database operations.
eventlib Debugging info from the event system.
Only one channel may be specified for
this category, and it must be a file
channel. If you do not define the
eventlib category, the following
definition is used: category eventlib
{ default_debug; };
packet Dumps of packets received and sent.
Only one channel may be specified for
this category, and it must be a file
channel. If you do not define the packet
category, the following definition is
used: category packet {
default_debug; };
notify The NOTIFY protocol.
cname Messages like “... points to a CNAME”.