Skip to content

Commit 2134ba4

Browse files
author
Dennis Labordus
committed
Debug logging for testing.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent fd12a3d commit 2134ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ quarkus.http.cors = false
66
quarkus.http.root-path = /compas-scl-data-service/
77
quarkus.http.limits.max-body-size = 150M
88

9-
quarkus.log.level = TRACE
10-
quarkus.log.category."org.lfenergy.compas.scl.data".level = TRACE
9+
quarkus.log.level = debug
10+
quarkus.log.category."org.lfenergy.compas.scl.data".level = debug
1111

1212
# BaseX configuration
1313
basex.host = ${BASEX_HOST:localhost}

0 commit comments

Comments
 (0)