BIND 8.1.2 Release Notes
New and Changed Features
New Features
Chapter 1 15
[ versions ( number | unlimited ) ]
[ size size_spec ]
|syslog(kern|user| mail | daemon | auth | syslog | lpr|
news | uucp |cron | authpriv | ftp | local0 |
local1 | local2 | local3 | local4 | local5 |
local6 | local7 ) | null );
[ severity ( critical | error | warning | notice |
info | debug [ level ] | dynamic ); ]
[ print-category yes_or_no; ]
[ print-severity yes_or_no; ]
[ print-time yes_or_no; ]
}; ]
[ category category_name {
channel_name; [ channel_name; ... ]
}; ]
...
};
A logging statement example is given below. For most of the categories,
the default is default_syslog and default_debug.
logging{
Channel lame {
File lame-servers.log;
Size 10M; Severity info;
};
channel log { syslog local0;};
category lame-server {lame;};
category cname {null;};
category default {log;};
};