chore: More logging
parent
4b80a1082d
commit
9a0ace7a70
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue