comparison tomcat/server.xml @ 255:adbef03ee9e8

add max days to access log
author smith@nwoca.org
date Tue, 29 May 2018 17:12:03 +0100
parents 120fc16ea511
children
comparison
equal deleted inserted replaced
254:9c22ca071995 255:adbef03ee9e8
65 65
66 <Host name="localhost" appBase="webapps" unpackWARs="false" autoDeploy="false"> 66 <Host name="localhost" appBase="webapps" unpackWARs="false" autoDeploy="false">
67 <Valve className="org.apache.catalina.valves.AccessLogValve" 67 <Valve className="org.apache.catalina.valves.AccessLogValve"
68 directory="logs" 68 directory="logs"
69 prefix="localhost_access_log" suffix=".txt" 69 prefix="localhost_access_log" suffix=".txt"
70 pattern="%h %l %u %t &quot;%r&quot; %s %b" /> 70 pattern="%h %l %u %t &quot;%r&quot; %s %b"
71 maxDays="5"/>
71 72
72 </Host> 73 </Host>
73 </Engine> 74 </Engine>
74 </Service> 75 </Service>
75 </Server> 76 </Server>