From 9a0ace7a70ccea72a78f3f234d07bfecfbb0b1d0 Mon Sep 17 00:00:00 2001 From: Lunix-420 Date: Tue, 12 Nov 2024 18:18:15 +0100 Subject: [PATCH] chore: More logging --- src/main/resources/config/application.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config/application.yaml b/src/main/resources/config/application.yaml index 96ecb80..d04aa3c 100644 --- a/src/main/resources/config/application.yaml +++ b/src/main/resources/config/application.yaml @@ -30,4 +30,16 @@ spring: encoding: "UTF-8" # Character encoding for the templates servlet: content-type: "text/html" # Content type for the Thymeleaf-rendered HTML responses - +logging: + level: + org: + springframework: + web: + servlet: + mvc: + method: + annotation: + RequestResponseBodyMethodProcessor: DEBUG + http: + converter: + json: DEBUG