Open
Description
Right now, logging appears not to be configurable, with the ERB file being hard-coded with the following stanzas:
logging {
channel main_log {
file "/var/log/named/named.log" versions 3 size 5m;
severity info;
print-time yes;
print-severity yes;
print-category yes;
};
category default{
main_log;
};
category lame-servers {
null;
};
};
It would be helpful if the contents of main_log
could be altered, for example, to permit logs to be sent to syslog instead of a specific log file.
Metadata
Metadata
Assignees
Labels
No labels