We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841b0d8 commit beb3d1bCopy full SHA for beb3d1b
JShellAPI/src/main/resources/application.properties
@@ -20,4 +20,8 @@ jshellapi.dockerConnectionTimeout=60
20
21
22
# So Spring includes the reason of ResponseStatusException
23
-server.error.include-message=always
+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