From e5187907c634997c378ee7ecbe9e4e08b7e245b5 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 3 Jun 2010 14:33:16 +0000 Subject: [PATCH] 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 --- conf/server.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"/> -- 2.11.0