From ba9a0d9a3501741cf9980cc8722f8d9c5440559c Mon Sep 17 00:00:00 2001 From: Arne Franken Date: Fri, 27 Sep 2024 19:22:26 +0200 Subject: [PATCH] More trace logging with profile "trace" This makes it easier tracing problems with HTTP requests if they are rejected by Spring. --- server/src/main/resources/application-trace.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/main/resources/application-trace.properties b/server/src/main/resources/application-trace.properties index 44e389cf5..8b60049a5 100644 --- a/server/src/main/resources/application-trace.properties +++ b/server/src/main/resources/application-trace.properties @@ -16,3 +16,4 @@ logging.level.root=trace logging.level.org.springframework.web=trace +spring.mvc.log-request-details=true