http service: log to application log

This commit is contained in:
Adam
2017-04-20 13:02:34 -04:00
parent 19daaae739
commit 7c9560cbcf
2 changed files with 13 additions and 3 deletions

View File

@@ -50,4 +50,8 @@
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
<listener>
<listener-class>com.commongroundpublishing.slf4j.impl.ServletContextLoggerSCL</listener-class>
</listener>
</web-app>