Skip to content

Commit 0e8267e

Browse files
author
Dennis Labordus
committed
More logging for testing.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 9c0f2a8 commit 0e8267e

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 = INFO
10-
quarkus.log.category."org.lfenergy.compas.scl.data".level = INFO
9+
quarkus.log.level = TRACE
10+
quarkus.log.category."org.lfenergy.compas.scl.data".level = TRACE
1111

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

0 commit comments

Comments
 (0)