Re: Hwo to remove level tag?

2005-11-08 Thread Arunkumar Soundararajan
Hi remove them? thx! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 w

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 a

Re: Wierd problem while unmarshalling

2005-09-13 Thread Arunkumar Soundararajan
entation it says > > > > That's a parser error, not a JDOM error. Either your content is > > malformed (you didn't send it in so we can't know) or your parser is > > broken. > > > > Any more updates on this?? > > > > On Fri, 2005-09-09 at 17:2

Re: Wierd problem while unmarshalling

2005-09-12 Thread Arunkumar Soundararajan
your parser 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 unmarsh

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

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 th

RE: Problem in RollingFileAppender

2005-09-05 Thread Arunkumar Soundararajan
p you.. > > > Regards.. > Joey Shin. > > > > -Original Message- > > From: Arunkumar Soundararajan > > [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 02, 2005 5:26 PM > > To: Log4J > > Subject: RE: Problem in RollingFi

RE: Problem in RollingFileAppender

2005-09-02 Thread Arunkumar Soundararajan
R=org.apache.log4j.RollingFileAppender > > > log4j.appender.R.File=/usr/log/mylogfile.log > > > log4j.appender.R.MaxFileSize=1MB log4j.appender.R.MaxBackupIndex=9 > > > log4j.appender.R.layout=org.apache.log4j.PatternLayout > > > log4j.appender.R.layout.

RE: Problem in RollingFileAppender

2005-09-02 Thread Arunkumar Soundararajan
(%F:%L) [%M] - > %m%n > log4j.rootLogger=debug, R > ====== > > > -Original Message- > > From: Arunkumar Soundararajan > > [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 02, 2005 4:28 PM > >

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 --