RE: Regarding Chainsaw

2005-03-07 Thread Ravishankar, Narayanan Nair
Hi Scott, Here is the saved file from Chainsaw. I am getting g the messages now, only problem is I am not getting those with the same timestamp together, thanks Best Regards, Ravi -Original Message- From:

RE: Regarding Chainsaw

2005-03-07 Thread Ravishankar, Narayanan Nair
Hi Scott, Thanks for the quick replies, can you kindly see the following, I am attching the output I got after csaving all the files using "Save As" in Chaninsaw UI. Why I am getting "found non matching line...". Also I am not yet able to see the outputs in which same timestamps are together, pleas

RE: Regarding Chainsaw

2005-03-07 Thread Scott Deboy
You don't want to use a patternLayout's conversion pattern in the tab identifier field - for now, change that value to ALL You should get a tab called 'unknown' that will receive all events and display chainsaw internal logging. You should see messages in the Unknown tab detailing the fact tha

RE: Regarding Chainsaw

2005-03-07 Thread Ravishankar, Narayanan Nair
Hi Scott, Here are some info, as I am not successful yet, please help, thanks in advance: My log4j file: --- #this is mandatory, DO NOT CHANGE l

RE: Regarding Chainsaw

2005-03-07 Thread Scott Deboy
The 'logFormat' param for a logFilePatternReceiver processsing this log file would be: LEVEL - [PROP(CurrentTime)] LOGGER - MESSAGE It seems that some application-specific identifier (userID, etc) would be more useful than a timestamp if it's possible. See the example log4j configuration file (

RE: Regarding Chainsaw

2005-03-07 Thread Ravishankar, Narayanan Nair
Hi Scott, The logFormat conversion pattern in the log4j propoerties file is %-5p - [%X{CurrentTime}]%c - %m%n Thanks and regards, Ravi -Original Message- From: Scott Deboy [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 11:39 AM To: Log4J Users List Subject: RE: Regarding Chai

RE: Regarding Chainsaw

2005-03-07 Thread Scott Deboy
Glad you like it! Could you provide your current logFormat param from your LogFilePatternReceiver configuration? Here is my guess at what your logFormat is: TIMESTAMP LEVEL - [PROP(SOMEPROPNAME)] LOGGER - MESSAGE (I'm not sure if the last part are (separated by | ) are properties or just the l

Regarding Chainsaw

2005-03-07 Thread Ravishankar, Narayanan Nair
Hi all, I have used Chainsaw successfully. My logs are coming as: 2005-03-08 10:28:29,291 DEBUG - [2/8/2005 10:28:13] comtech.sps.thb.util.ThubLogger - EventHandlerAdapter | produceToEventHandler | The Status after the event publish : true | UniqueCodeNo : THBUN1110248909078628 As you c

Filter on logger

2005-03-07 Thread James Stauffer
Is it possible to set a filter on a logger? I see that I can do it on an appender but I would like to do it on the logger instead of the 3 appenders that get logs from that one logger. -- James Stauffer http://www.geocities.com/stauffer_james/

Re: smart file name

2005-03-07 Thread James Stauffer
It is added to log4j:configuration: http://jakarta.apache.org/log4j/";> On Mon, 07 Mar 2005 11:23:20 -0600, Karan <[EMAIL PROTECTED]> wrote: > From my understanding of your email, I think you want to see log4j > errors, if any. > Put this line in the beginning of your log4j.xm/properties file: >

Re: smart file name

2005-03-07 Thread Karan
From my understanding of your email, I think you want to see log4j errors, if any. Put this line in the beginning of your log4j.xm/properties file: log4j.debug=true (I have never used the .xml file, so I'm not sure what you analogical statement you would put in there). This will run log4j on log4

Re: RollingFileAppender when running out of disk-space

2005-03-07 Thread James Stauffer
Since this is even a problem I have to wonder if you are logging too much or running with too little disk space? You could also log to a Database. On Mon, 07 Mar 2005 17:47:52 +1100, Andreas Knecht <[EMAIL PROTECTED]> wrote: > Hello everyone, > > we have recently encountered a problem with log4j

Re: 1.3 appender - can't find docs - how to?

2005-03-07 Thread James Stauffer
In 1.3 that was replace with a more generic and powerful implementation. Check out the javadocs - especially the RollingPolicy and TriggerPolicy classes. On Fri, 04 Mar 2005 18:27:03 -0600, NetSQL <[EMAIL PROTECTED]> wrote: > I have this appender: > log4j.appender.R=org.apache.log4j.DailyRollingF