Could you check your log4j configured to show class name?
## The log pattern uses the following conversion specifiers.
# %p for Priority Level.
# %C for Class Name.
# %d for Date.
# %n for The new line character. Equivalent to \n or CRLF. The logger will
not automatically place a new line character at the end of a log line.
log4j.appender.LogDebug.layout.ConversionPattern=%-6p [%d{ISO8601}] - %-65c
-%m%n
log4j.appender.LogError.layout.ConversionPattern=%-6p [%d{ISO8601}] - %-65c
-%m%n
--Kishore
On Thu, Sep 23, 2010 at 11:30 AM, Patel, Biren G <[email protected]>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:[email protected]]
> 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: [email protected]
> For additional commands, e-mail: [email protected]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>