It looks like someone add a System.out.* inside a loop possibly as a
debug. This is application logs, I see this all the time, someone just
wants a quick debug and they print to system.out rather than using a
logger.


On Thu, Sep 23, 2010 at 8:30 PM, Patel, Biren G <bpa...@telcordia.com> wrote:
> Here is the logs from original email:
>
> Sep 16, 2010 12:55:54 PM org.apache.catalina.core.ApplicationContext log
> INFO: cgi: runCGI: write("dd  ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9153   9153  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9203   9203  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9313   9313  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9253   9253  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9243   9243  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9323   9323  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9343   9343  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9263   9263  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9353   9353  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9373   9373  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9333   9333  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9363   9363  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9393   9393  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9293   9293  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9223   9223  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9283   9283  add   ADD:00
> 09/16/2010 10:13:02  0600912345  0505266A9273   9273  add   A")
>
> In normally case we have class name (log4j) that generates the log, I don't 
> see that here. Second, why would it print same line (...add...) multiple 
> times?  Please let me know where do I look at.
>
> Regards,
> Biren G. Patel
> (732)699-4430
>
> -----Original Message-----
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Thursday, September 23, 2010 2:13 PM
> To: Tomcat Users List
> Subject: Re: catalina.log getting bigger causing fillup file system on unix
>
> On 23/09/2010 09:30, Patel, Biren G wrote:
>> Hi,
>>
>> I am using Tomcat 5.5.7 on AIX 5.3.  The log file catalina.log is getting 
>> fill up quick causing file system to be 100 %, I am using default logging 
>> configuration.  I see the following lines being dump into the log file. Can 
>> you please tell me what these log means ?
>
> Nope. That is application generated logging. You'll need to ask the app
> developers.
>
> Mark
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to