Re: Chainsaw LogFilePatternReceiver

2008-07-22 Thread abc abc
Thanks Scott, I made the changes suggested by you, and it worked :). Regards, Kumar - Original Message From: Scott Deboy <[EMAIL PROTECTED]> To: Log4J Users List Sent: Monday, July 21, 2008 8:17:11 PM Subject: RE: Chainsaw LogFilePatternReceiver Sorry, the keyword for the m

RE: Chainsaw LogFilePatternReceiver

2008-07-21 Thread Scott Deboy
.7496 Cell: 503.997.1367 Fax:503.222.0185 [EMAIL PROTECTED] www.comotivsystems.com -Original Message- From: Scott Deboy [mailto:[EMAIL PROTECTED] Sent: Mon 7/21/2008 7:17 PM To: Log4J Users List Subject: RE: Chainsaw LogFilePatternReceiver Sorry, the keyword fo

RE: Chainsaw LogFilePatternReceiver

2008-07-21 Thread Scott Deboy
EMAIL PROTECTED] www.comotivsystems.com -Original Message- From: abc abc [mailto:[EMAIL PROTECTED] Sent: Mon 7/21/2008 4:11 PM To: Log4J Users List Subject: Re: Chainsaw LogFilePatternReceiver I tried the safest option, but it didn't worked. TIMESTAMP LEVEL LOGGER * - MSG I even tried *

Re: Chainsaw LogFilePatternReceiver

2008-07-21 Thread abc abc
ent: Monday, July 21, 2008 5:02:10 PM Subject: RE: Chainsaw LogFilePatternReceiver Your example logging event doesn't match the conversion pattern (it looks like NDC comes after logger). Also, I missed the brackets around NDC.. Try this: TIMESTAMP LEVEL LOGGER [NDC] - MSG I'm not

RE: Chainsaw LogFilePatternReceiver

2008-07-21 Thread Scott Deboy
e: 503.821.6482 Cell: 503.997.1367 Fax: 503.222.0185 [EMAIL PROTECTED] www.comotivsystems.com -Original Message- From: abc abc [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2008 3:44 PM To: Log4J Users List Subject: Re: Chainsaw LogFilePatternReceiver Hello, I tried the details in the mail be

Re: Chainsaw LogFilePatternReceiver

2008-07-21 Thread abc abc
List Sent: Monday, July 21, 2008 4:18:12 PM Subject: RE: Chainsaw LogFilePatternReceiver timeStampFormat=MM-dd-yy HH:mm:ss logFormat=TIMESTAMP LEVEL NDC LOGGER - MSG filter: don't define it unless you have a really big log file and only want to see a subset of the logging events (note the d

RE: Chainsaw LogFilePatternReceiver

2008-07-21 Thread Scott Deboy
timeStampFormat=MM-dd-yy HH:mm:ss logFormat=TIMESTAMP LEVEL NDC LOGGER - MSG filter: don't define it unless you have a really big log file and only want to see a subset of the logging events (note the default chainsaw tab rolls the events, only displaying the most recent 5000..you can change this

RE: Chainsaw LogFilePatternReceiver: ftp/http tailing

2005-03-03 Thread OOMS DIRK
That's great! Thanks! > -Original Message- > From: Scott Deboy [mailto:[EMAIL PROTECTED] > Sent: donderdag 3 maart 2005 16:13 > To: Log4J Users List > Subject: RE: Chainsaw LogFilePatternReceiver: ftp/http tailing > > > Reload/refresh of events is alrea

RE: Chainsaw LogFilePatternReceiver: ftp/http tailing

2005-03-03 Thread Scott Deboy
oolbar). Scott -Original Message- From: OOMS DIRK [mailto:[EMAIL PROTECTED] Sent: Thu 3/3/2005 6:23 AM To: 'Log4J Users List' Cc: Subject:RE: Chainsaw LogFilePatternReceiver: ftp/http tailing Scott, Thanks for your extensive reply. This solution has quite s

RE: Chainsaw LogFilePatternReceiver: ftp/http tailing

2005-03-03 Thread OOMS DIRK
ginal Message- > From: Scott Deboy [mailto:[EMAIL PROTECTED] > Sent: donderdag 24 februari 2005 15:43 > To: Log4J Users List > Subject: RE: Chainsaw LogFilePatternReceiver: ftp/http tailing > > > Hi Dirk, > > I discussed this with Mario on the VFS team. He

RE: Chainsaw LogFilePatternReceiver: ftp/http tailing

2005-02-24 Thread Scott Deboy
Hi Dirk, I discussed this with Mario on the VFS team. He's explained how I can more fully support 'tail' using VFS. 'Tail' will be available for these file systems: LocalFile Ftp Http Smb He also asked the developers of JSch if they would make some minor changes to also support this, and t

RE: chainsaw-LogFilePatternReceiver

2005-02-03 Thread Jitendra Kharche
Hi, I am also new to using Chainsaw, infact I studied it yesterday and using it to view my log file. What I guess is that you have given the logFormat information in a wrong way. You are supposed to write the logFormat in KEYWORDS and not as you have written in your properties file. In other