diff --git a/vripper-server/src/main/resources/application.properties b/vripper-server/src/main/resources/application.properties index d6b3c36..65c7f23 100644 --- a/vripper-server/src/main/resources/application.properties +++ b/vripper-server/src/main/resources/application.properties @@ -1,3 +1,3 @@ -logging.level.org.springframework.web=ERROR -logging.level.root=ERROR -logging.level.org.apache.http=ERROR \ No newline at end of file +logging.level.org.springframework.web=INFO +logging.level.root=INFO +logging.level.org.apache.http=INFO \ No newline at end of file