diff options
Diffstat (limited to 'contrib/bind/bin/named/named.conf')
-rw-r--r-- | contrib/bind/bin/named/named.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/bind/bin/named/named.conf b/contrib/bind/bin/named/named.conf index 8df9bc143c21..ab96666f7edd 100644 --- a/contrib/bind/bin/named/named.conf +++ b/contrib/bind/bin/named/named.conf @@ -24,7 +24,7 @@ options { check-names master fail; check-names slave warn; check-names response ignore; - host-statistics yes; + host-statistics no; deallocate-on-exit no; // Painstakingly deallocate all // objects when exiting instead of // letting the OS clean up for us. @@ -285,12 +285,15 @@ logging { * }; * * channel default_debug { - * file "named.run"; + * file "named.run"; // note: stderr is used instead + * // of "named.run" if the server + * // is started with the "-f" + * // option. * severity dynamic; // this means log debugging * // at whatever debugging level * // the server is at, and don't * // log anything if not - * // debugging + * // debugging. * }; * * channel null { // this is the bit bucket; |