RE: configuring a LogFilePatternReceiver in Chainsaw v2

2005-06-16 Thread Scott Deboy
I'm not sure this is the problem, but you probably need to use MMM for the 3-letter month instead of Mon in the timestamp. Everything else looks fine (ALWAYS will probably end up as DEBUG in Chainsaw, since it's not a standard level). Also, I'm not sure the logFormat is this sensitive, but it l

RE: configuring a LogFilePatternReceiver in Chainsaw v2

2005-06-16 Thread Oliver Pike
I'm accessing the file locally using file:///. Some log file entries: 16 Jun 2005 12:22:44,445 ALWAYS [Foundation Server] stdout - Build Number : 122 16 Jun 2005 12:22:44,445 ALWAYS [Foundation Server] stdout - Release : 8.3.2 16 Jun 2005 12:22:44,445 ALWAYS [Foundation Server] stdout - Pack

RE: configuring a LogFilePatternReceiver in Chainsaw v2

2005-06-16 Thread Scott Deboy
Provide a few entries from your log file and we can give you the logformat. Also, the file has to be accessible as a url. -Original Message- From: Oliver Pike [mailto:[EMAIL PROTECTED] Sent: Thu 6/16/2005 3:37 PM To: Log4J Users List Cc: Subject:configuring a LogFi

configuring a LogFilePatternReceiver in Chainsaw v2

2005-06-16 Thread Oliver Pike
In Chainsaw I configured a new LogFilePatternReceiver and it appears to be active but no corresponding tab was generated on the main gui. I didn't notice any error messages in chainsaw-log. How do I get a tab to show up in the main gui for this log file? Thanks, Ollie ---

Re: J2EE - rolling appenders and filters in configuration files

2005-06-16 Thread James Stauffer
On 6/16/05, Elliott Yates <[EMAIL PROTECTED]> wrote: > 1. I'm working with a J2EE application using log4j. We have multiple > instances of an application server running. Originally we were using the > same application output file (with DailyRollingFileAppender) but we saw > resource contention issu

questions on log4j deleting folders

2005-06-16 Thread Qian Wang
Hi guys, I have read the manual carefully, looks like it's cannot delete some log files. the only set up I see is log4j.appender.A1.MaxBackupIndex= #number(40), which means if the number of the log files reach this max number, it stops creating new log file but instead, log4j will just delete th

J2EE - rolling appenders and filters in configuration files

2005-06-16 Thread Elliott Yates
Hello, I'm a new user to the mailing list, so my apologies if my questions are frequently addressed. Please direct me to the appopriate forum or resource if possible. 1. I'm working with a J2EE application using log4j. We have multiple instances of an application server running. Originally we were