diff --git a/JShellAPI/src/main/resources/application.properties b/JShellAPI/src/main/resources/application.properties index d045c29..d19f32c 100644 --- a/JShellAPI/src/main/resources/application.properties +++ b/JShellAPI/src/main/resources/application.properties @@ -20,4 +20,8 @@ jshellapi.dockerConnectionTimeout=60 # So Spring includes the reason of ResponseStatusException -server.error.include-message=always \ No newline at end of file +server.error.include-message=always + +# Spring +# TODO change the following to DEBUG later +logging.level.org.springframework.web=INFO \ No newline at end of file