Skip to content

Commit beb3d1b

Browse files
committed
[feature/betterlogs] Changed config for better visibility of which endpoint is called
1 parent 841b0d8 commit beb3d1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

JShellAPI/src/main/resources/application.properties

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ jshellapi.dockerConnectionTimeout=60
2020

2121

2222
# So Spring includes the reason of ResponseStatusException
23-
server.error.include-message=always
23+
server.error.include-message=always
24+
25+
# Spring
26+
# TODO change the following to DEBUG later
27+
logging.level.org.springframework.web=INFO

0 commit comments

Comments
 (0)