On 9/1/2011 9:32 AM, Mark Thomas wrote:
> 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
Logging is handled by the app; I don't need this from Tomcat.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|