Author: markt Date: Thu Jun 3 14:33:16 2010 New Revision: 951012 URL: http://svn.apache.org/viewvc?rev=951012&view=rev Log: Expand the common pattern as an example to users
Modified: tomcat/trunk/conf/server.xml Modified: tomcat/trunk/conf/server.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/server.xml?rev=951012&r1=951011&r2=951012&view=diff ============================================================================== --- tomcat/trunk/conf/server.xml (original) +++ tomcat/trunk/conf/server.xml Thu Jun 3 14:33:16 2010 @@ -126,9 +126,11 @@ --> <!-- Access log processes all example. - Documentation at: /docs/config/valve.html --> + 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="common" resolveHosts="false"/> + prefix="localhost_access_log." suffix=".txt" + pattern="%h %l %u %t "%r" %s %b" resolveHosts="false"/> </Host> </Engine> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org