Author: markt
Date: Thu Jun  3 13:16:27 2010
New Revision: 950983

URL: http://svn.apache.org/viewvc?rev=950983&view=rev
Log:
Enable access logs by default for 7.0.x

Modified:
    tomcat/trunk/conf/server.xml

Modified: tomcat/trunk/conf/server.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/conf/server.xml?rev=950983&r1=950982&r2=950983&view=diff
==============================================================================
--- tomcat/trunk/conf/server.xml (original)
+++ tomcat/trunk/conf/server.xml Thu Jun  3 13:16:27 2010
@@ -127,10 +127,8 @@
 
         <!-- Access log processes all example.
              Documentation at: /docs/config/valve.html -->
-        <!--
         <Valve className="org.apache.catalina.valves.AccessLogValve" 
directory="logs"  
                prefix="localhost_access_log." suffix=".txt" pattern="common" 
resolveHosts="false"/>
-        -->
 
       </Host>
     </Engine>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to