the test server running in shutdown/resolver was not logging
any debug info, which made it difficult to diagnose test failures.
# information regarding copyright ownership.
rm -f ns*/*.jnl
-rm -f ns*/named.conf
rm -f ns*/named.lock
rm -f ns*/named.memstats
-rm -f ns*/named.run
rm -f ns*/rpz*.txt
-rm -f resolver/named.conf
+rm -f */named.conf
+rm -f */named.run
rm -rf __pycache__
rm -f *.status
+logging {
+ channel basic {
+ file "named.run";
+ severity debug 999;
+ print-time yes;
+ };
+ category default { basic; };
+};
key rndc_key {
secret "1234abcd8765";
algorithm hmac-sha256;