[java-idp-tomcat-base] branch 8.0 updated: Remove default access logging
Tom Zeller
tzeller at dragonacea.biz
Mon Aug 22 16:17:58 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 8.0
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=f03fa4d70382e4cabd33eac800c5c5ada503dd2e
The following commit(s) were added to refs/heads/8.0 by this push:
new f03fa4d Remove default access logging
f03fa4d is described below
commit f03fa4d70382e4cabd33eac800c5c5ada503dd2e
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 22 15:17:44 2016 -0500
Remove default access logging
---
src/main/resources/tomcat-base/conf/server.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/src/main/resources/tomcat-base/conf/server.xml b/src/main/resources/tomcat-base/conf/server.xml
index e99f693..c18f754 100644
--- a/src/main/resources/tomcat-base/conf/server.xml
+++ b/src/main/resources/tomcat-base/conf/server.xml
@@ -104,13 +104,6 @@
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true">
- <!-- Access log processes all example.
- Documentation at: /docs/config/valve.html
- Note: The pattern used is equivalent to using pattern="common" -->
- <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
- prefix="localhost_access_log" suffix=".txt"
- pattern="%h %l %u %t "%r" %s %b" />
-
<Valve className="ch.qos.logback.access.tomcat.LogbackValve"/>
</Host>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list