RE: Turning off local access log

2011-09-01 Thread Leo Donahue - PLANDEVX
>-Original Message- >From: Christopher Schultz [mailto:ch...@christopherschultz.net] >Subject: Re: Turning off local access log >Leo, > >It will also not log requests that weren't directed to your app. > >- -chris Better said. That is what I was trying to get at.

Re: Turning off local access log

2011-09-01 Thread David kerber
On 9/1/2011 11:49 AM, Leo Donahue - PLANDEVX wrote: -Original Message- From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Turning off local access log 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

Re: Turning off local access log

2011-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 9/1/2011 11:49 AM, Leo Donahue - PLANDEVX wrote: >> -Original Message- From: David kerber >> [mailto:dcker...@verizon.net] Subject: Re: Turning off local >> access log >> >> On 9/1/2011 9:32 AM, Mark T

RE: Turning off local access log

2011-09-01 Thread Leo Donahue - PLANDEVX
>-Original Message- >From: David kerber [mailto:dcker...@verizon.net] >Subject: Re: Turning off local access log > >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 acces

Re: Turning off local access log

2011-09-01 Thread David kerber
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. Can I just comment it out? Yes, but it is a bad idea unless you h

Re: Turning off local access log

2011-09-01 Thread Mark Thomas
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. > > directory="logs" >prefix="localhost_access_log." suffix=".txt" >pattern="

Turning off local access log

2011-09-01 Thread David kerber
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. directory="logs" prefix="localhost_access_log." suffix=".txt" pattern="%h %l %u %t "%r" %s %b" /> Can I just comment it