Re: Hwo to remove level tag?

2005-11-08 Thread Arunkumar Soundararajan
Hi param name=ConversionPattern value=%d{dd MMM HH:mm:ss,SSS} %5p [%t] %c{1}:%L - %m If you are using the pattern as above - remove %5p Arun On Tue, 2005-11-08 at 13:42, Thinkitect wrote: Hi, Log4j always prints DEBUG or INFO in front of every log line, how to remove them? thx!

Re: Writing log messages to FileAppender

2005-09-20 Thread Arunkumar Soundararajan
Hi Karthik yes, I have faced this issue, Can you please tell me what the file size you have specified. Ideally it should not cross 10 MB as per the specs. There is a problem in closing log files during rolling. Arun On Tue, 2005-09-20 at 18:39, Vin Karthik wrote: Hi All, I have an issue

RE: Missing log file entries

2005-09-14 Thread Arunkumar Soundararajan
Hi Thaks for the information. Even me facing the same problem. The file size is set to 150MB which I think is too huge and max Number of roll ups being set to 20. I think this should be the problem. I will reduce the file size and check it. Thanks for the info anyway. Any suggestable file size

Re: Wierd problem while unmarshalling

2005-09-13 Thread Arunkumar Soundararajan
Hi all This was meant for some other forum. Sorry Arun On Tue, 2005-09-13 at 19:11, Jacob Kjome wrote: What exactly does this have to do with Log4j? What was the log4j-user list cc'd on something that seems totally inconsequential to Log4j? Jake Quoting Arunkumar Soundararajan

Re: Wierd problem while unmarshalling

2005-09-12 Thread Arunkumar Soundararajan
is broken. Any more updates on this?? On Fri, 2005-09-09 at 17:29, Arunkumar Soundararajan wrote: Hi Im using castor(0.9.5.3) in my project. A small flow is like this Receive feeds in teh form of XML. Use castor to form the object. Get the object after unmarshalling. 95% of the times the XML

RE: Problem in RollingFileAppender

2005-09-06 Thread Arunkumar Soundararajan
- From: Arunkumar Soundararajan [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 5:26 PM To: Log4J Subject: RE: Problem in RollingFileAppender Hi Here it is ?xml version=1.0 encoding=UTF-8 ? !DOCTYPE log4j:configuration SYSTEM log4j.dtd

RE: Problem in RollingFileAppender

2005-09-06 Thread Arunkumar Soundararajan
Hi Can it be because - if we start and stop the server it writes with 0 bytes? Arun On Tue, 2005-09-06 at 11:52, Arunkumar Soundararajan wrote: Hi Im still getting some of the files as 0 bytes after your suggestion. Any more clues? Please see below how the logs are created. -rw-r--r

Re: GMT time format

2005-09-06 Thread Arunkumar Soundararajan
Hi I dont think you can give any timezone specific here but you can definitly add the format for time. For ex: %d{dd MMM HH:mm:ss,SSS} will return 05 Sept 2005 and appropriate time with it. Hope this helps.. Arun On Tue, 2005-09-06 at 14:57, Subhendu wrote: What should be added with %d

Problem in RollingFileAppender

2005-09-02 Thread Arunkumar Soundararajan
Hi all Want to know if anyone has made use of RollingFileAppender? Im facing problems while rolling after a particular time - that is when it reaches max size - it is not able to roll to the next file automatically. Please help Arun

RE: Problem in RollingFileAppender

2005-09-02 Thread Arunkumar Soundararajan
log4j.appender.R.layout.ConversionPattern=%d{HH:mm:ss} [%5p] (%F:%L) [%M] - %m%n log4j.rootLogger=debug, R == -Original Message- From: Arunkumar Soundararajan [mailto:[EMAIL PROTECTED] Sent: Friday, September 02

RE: Problem in RollingFileAppender

2005-09-02 Thread Arunkumar Soundararajan
. The feature may be changed but... I saw the Log4j Manual The Complete log4j manual [Ceki Gulcu] ( November 20th, 2002) In there the MaxBackupIndex should surpass 10. I hope this will help you.. Regards.. Joey Shin. -Original Message- From: Arunkumar Soundararajan [mailto