log level inconsistancies (was: bind 9.1.0 issues :-\)

Alain Fontaine (Post master, UCL) fontaine at sri.ucl.ac.be
Tue Feb 6 08:12:44 UTC 2001


Another problem I observe in this respect is that, with :

logging {
	channel "my_syslog" {
		file "adm/log" versions 3;
		severity info;
		print-time yes; print-category yes; print-severity yes;
	};
	channel "my_debug" {
		file "adm/debug";
		severity dynamic;
		print-time yes; print-category yes; print-severity yes;
	};
	category lame-servers { "null"; "my_debug"; };
	category default { "my_syslog"; "my_debug"; };
};

the 'debug' file gets all the 'info' and higher messages, even when
BIND is *not* in debug mode. This is certainly not what the previous
versions of BIND did...

                                                    /AF




More information about the bind-users mailing list