mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +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:
@@ -8,11 +8,10 @@
|
|||||||
# information regarding copyright ownership.
|
# information regarding copyright ownership.
|
||||||
|
|
||||||
rm -f ns*/*.jnl
|
rm -f ns*/*.jnl
|
||||||
rm -f ns*/named.conf
|
|
||||||
rm -f ns*/named.lock
|
rm -f ns*/named.lock
|
||||||
rm -f ns*/named.memstats
|
rm -f ns*/named.memstats
|
||||||
rm -f ns*/named.run
|
|
||||||
rm -f ns*/rpz*.txt
|
rm -f ns*/rpz*.txt
|
||||||
rm -f resolver/named.conf
|
rm -f */named.conf
|
||||||
|
rm -f */named.run
|
||||||
rm -rf __pycache__
|
rm -rf __pycache__
|
||||||
rm -f *.status
|
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 {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm hmac-sha256;
|
algorithm hmac-sha256;
|
||||||
|
Reference in New Issue
Block a user