From 7c9560cbcfb93eff829610fb4b5d51f4588d1848 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 20 Apr 2017 13:02:34 -0400 Subject: [PATCH] http service: log to application log --- http-service/pom.xml | 12 +++++++++--- http-service/src/main/webapp/WEB-INF/web.xml | 4 ++++ 2 files changed, 13 insertions(+), 3 deletions(-) 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