chore: More logging

pull/1/head
Lunix-420 2024-11-12 18:18:15 +01:00
parent 4b80a1082d
commit 9a0ace7a70
1 changed files with 13 additions and 1 deletions

View File

@ -30,4 +30,16 @@ spring:
encoding: "UTF-8" # Character encoding for the templates encoding: "UTF-8" # Character encoding for the templates
servlet: servlet:
content-type: "text/html" # Content type for the Thymeleaf-rendered HTML responses 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