mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
add more logging to the shutdown system test
the test server running in shutdown/resolver was not logging any debug info, which made it difficult to diagnose test failures.
This commit is contained in:
parent
89c534d3b9
commit
cc7ceace7d
@ -8,11 +8,10 @@
|
||||
# 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
|
||||
|
@ -1,3 +1,11 @@
|
||||
logging {
|
||||
channel basic {
|
||||
file "named.run";
|
||||
severity debug 999;
|
||||
print-time yes;
|
||||
};
|
||||
category default { basic; };
|
||||
};
|
||||
key rndc_key {
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-sha256;
|
||||
|
Loading…
x
Reference in New Issue
Block a user