sorry for the noise. 
with that it works as i excepted. why is it not the default ?

logging {
        channel log2file {
                file "/var/log/named.log";
                print-category yes;
                print-severity yes;
                print-time yes;
                severity info;
        };
        category default { log2file; };
};

 then there is always some spam of named into messages.log because of this :
"In BIND 9, the logging configuration is only established when the entire 
configuration file has been parsed."

if i understand correctly

_______________________________________________
arch mailing list
[email protected]
http://archlinux.org/mailman/listinfo/arch

Reply via email to