From ee615c31e933ca39fa48db91faeec3f7b5b461ef Mon Sep 17 00:00:00 2001 From: death-claw <53543762+death-claw@users.noreply.github.com> Date: Sat, 22 Jun 2019 16:21:52 +0100 Subject: [PATCH] Change log levels to INFO --- vripper-server/src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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