diff --git a/http-service/pom.xml b/http-service/pom.xml index 55f65235d3..46875642a4 100644 --- a/http-service/pom.xml +++ b/http-service/pom.xml @@ -75,9 +75,9 @@ 1.7.12 - org.slf4j - slf4j-simple - 1.7.12 + com.commongroundpublishing + slf4j-servletcontext + 1.0.0 @@ -98,6 +98,12 @@ 4.1.0 test + + org.slf4j + slf4j-simple + 1.7.12 + test + diff --git a/http-service/src/main/webapp/WEB-INF/web.xml b/http-service/src/main/webapp/WEB-INF/web.xml index 259f969420..7dce4b86f3 100644 --- a/http-service/src/main/webapp/WEB-INF/web.xml +++ b/http-service/src/main/webapp/WEB-INF/web.xml @@ -50,4 +50,8 @@ javax.sql.DataSource Container + + + com.commongroundpublishing.slf4j.impl.ServletContextLoggerSCL + \ No newline at end of file