On 01/09/2011 14:10, David kerber wrote:
> Will removing this valve from my server.xml stop access logging? Right
> now it's trying to log every one of the 4M hits I get per day.
>
> <Valve className="org.apache.catalina.valves.AccessLogValve"
> directory="logs"
> prefix="localhost_access_log." suffix=".txt"
> pattern="%h %l %u %t "%r" %s %b" />
>
>
> Can I just comment it out?
Yes, but it is a bad idea unless you have access logging elsewhere.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|