From: markt Date: Thu, 3 Jun 2010 14:33:16 +0000 (+0000) Subject: Expand the common pattern as an example to users X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e5187907c634997c378ee7ecbe9e4e08b7e245b5;p=tomcat7.0 Expand the common pattern as an example to users git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@951012 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/server.xml b/conf/server.xml index 25b13109f..338f430d3 100644 --- a/conf/server.xml +++ b/conf/server.xml @@ -126,9 +126,11 @@ --> + Documentation at: /docs/config/valve.html + Note: The pattern used is equivalent to using pattern="common" --> + prefix="localhost_access_log." suffix=".txt" + pattern="%h %l %u %t "%r" %s %b" resolveHosts="false"/>