From 6984a7213a1226dbc54770a7462158a70f01fb2f Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Wed, 2 Feb 2022 14:06:54 +0100 Subject: [PATCH] chore: Add debug logging to CTH runs --- test/deploy/conformance.env | 1 + 1 file changed, 1 insertion(+) diff --git a/test/deploy/conformance.env b/test/deploy/conformance.env index 8b07acd64..3846d403a 100644 --- a/test/deploy/conformance.env +++ b/test/deploy/conformance.env @@ -9,3 +9,4 @@ USERS_BOB_PASSWORD=pass1234 RESOURCE_SERVER_ROOT=http://localhost:3000 TEST_CONTAINER=/alice/ quarkus.log.category."ResultLogger".level=INFO +quarkus.log.category."com.intuit.karate".level=DEBUG