From 4090d2aeb53fe988ffcc8d5e75f514059bedad83 Mon Sep 17 00:00:00 2001 From: Dmitriy Kopylenko Date: Fri, 24 Aug 2018 14:50:13 -0400 Subject: [PATCH] Appropriate log level --- backend/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 733962eb0..13527e4df 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -3,8 +3,8 @@ # Logging Configuration #logging.config=classpath:log4j2.xml -#logging.level.org.springframework.web=ERROR +logging.level.org.springframework=INFO logging.level.edu.internet2.tier.shibboleth.admin.ui=INFO # Database Credentials