]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Add verbosity to debug occasional missing q1-10.example.net, from timer.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 21 Oct 2020 08:56:51 +0000 (10:56 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 21 Oct 2020 08:56:51 +0000 (10:56 +0200)
testdata/dnstap.tdir/dnstap.pre

index 95216949cddeb935c2fc9fd03c9e02da23e028fe..6561d77e98a2289094c17323ac85132581120717 100644 (file)
@@ -45,7 +45,7 @@ fi
 # make config file
 sed -e 's/@PORT\@/'$UNBOUND_PORT'/' -e 's/@TOPORT\@/'$FWD_PORT'/' -e 's/@CONTROL_PORT\@/'$CONTROL_PORT'/' < dnstap.conf > ub.conf
 # start unbound in the background
-$PRE/unbound -d -c ub.conf >unbound.log 2>&1 &
+$PRE/unbound -d -c ub.conf -vvvv >unbound.log 2>&1 &
 UNBOUND_PID=$!
 echo "UNBOUND_PID=$UNBOUND_PID" >> .tpkg.var.test