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