From 1171aed33120c0b6af36e4e62c0ac5c6718c75d6 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 15 May 2017 20:45:16 -0400 Subject: [PATCH] http-service: add ServletContextLogger.LEVEL context-param --- http-service/src/main/webapp/WEB-INF/web.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/http-service/src/main/webapp/WEB-INF/web.xml b/http-service/src/main/webapp/WEB-INF/web.xml index 47ba7366da..1abb728616 100644 --- a/http-service/src/main/webapp/WEB-INF/web.xml +++ b/http-service/src/main/webapp/WEB-INF/web.xml @@ -42,5 +42,10 @@ com.commongroundpublishing.slf4j.impl.ServletContextLoggerSCL - + + + + ServletContextLogger.LEVEL + INFO + \ No newline at end of file