http-service: add ServletContextLogger.LEVEL context-param

This commit is contained in:
Adam
2017-05-15 20:45:16 -04:00
parent 58292794f3
commit 1171aed331

View File

@@ -42,5 +42,10 @@
<listener>
<listener-class>com.commongroundpublishing.slf4j.impl.ServletContextLoggerSCL</listener-class>
</listener>
</listener>
<context-param>
<param-name>ServletContextLogger.LEVEL</param-name>
<param-value>INFO</param-value>
</context-param>
</web-app>