From ef5501991860d81dae367dfba6361a940a431440 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 17 Feb 2021 19:39:28 +0100 Subject: [PATCH] show webserver logs during API testing --- regression-tests.api/runtests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-tests.api/runtests.py b/regression-tests.api/runtests.py index ae3c39d545..956047e993 100755 --- a/regression-tests.api/runtests.py +++ b/regression-tests.api/runtests.py @@ -73,6 +73,7 @@ module-dir=../regression-tests/modules default-soa-edit=INCEPTION-INCREMENT launch+=bind bind-config=bindbackend.conf +loglevel=5 """ BINDBACKEND_CONF_TPL = """ -- 2.47.2