How to enable named/bind/DNS full logging? [closed]
I usually expand each log out into its own channel and then to a separate log file, certainly makes things easier when you are trying to debug specific issues. So my logging section looks like the following: logging { channel default_file { file “/var/log/named/default.log” versions 3 size 5m; severity dynamic; print-time yes; }; channel general_file … Read more