a log4j analyzer

2011-08-10 Thread Fernando Wermus
Hi all, We are facing some performance problems and we would like to use a tool to analyze our logs to make a point. Which is your experience about it? thanks in advance

Re: Chainsaw question

2011-08-10 Thread cscsaba
Ok, Scott, many thanks for your help and the quick reply. On Wed, Aug 10, 2011 at 4:33 PM, Scott Deboy wrote: > No you can't unless you remove the eventset node. > > You can process a regular non-XML text log file by configuring chainsaw > with a logfilepatternreceiver. Use MESSAGE as the logfor

Re: Chainsaw question

2011-08-10 Thread Scott Deboy
No you can't unless you remove the eventset node. You can process a regular non-XML text log file by configuring chainsaw with a logfilepatternreceiver. Use MESSAGE as the logformat to quickly get the log file in chainsaw. On Aug 10, 2011, at 8:27 AM, cscsaba wrote: Hello Scott, Perha

Re: Chainsaw question

2011-08-10 Thread cscsaba
Hello Scott, Perhaps my weak english I could not understand what you mean by this below: "I added support for eventset-wrapped events but it also requires the XML declaration to be present." You have already added support, so why it cannot be handled ? What do you mean by "XML declaration to

Re: Chainsaw question

2011-08-10 Thread Scott Deboy
The code that parses XML formatted events expects event nodes only. No eventset. I added support for eventset-wrapped events but it also requires the XML declaration to be present. Scott On Aug 10, 2011, at 7:32 AM, cscsaba wrote: Hello, I hope I dont disturb this mailing list but web

Chainsaw question

2011-08-10 Thread cscsaba
Hello, I hope I dont disturb this mailing list but webpage of Apache Chainsaw directed me here (http://logging.apache.org/chainsaw/mail-lists.html) So, I would like to generate log4j xml by log4php for Chainsaw, but Chainsaw drops some error during the processing the log file. *The errors are

Re: VFSLogFilePatternReceiver not tailing over sftp

2011-08-10 Thread Scott Deboy
I use tailing all the time with the file: support in VFS, so tailing in general is functioning properly, but I was able to repro your tailing issue when I used sftp... I'll look into it. Scott On Wed, Aug 10, 2011 at 4:18 AM, Mihail K wrote: > Hello, > Chainsaw is loading the remote log file bu

VFSLogFilePatternReceiver not tailing over sftp

2011-08-10 Thread Mihail K
Hello, Chainsaw is loading the remote log file but no new events are added unless I manually restart the receiver. Is the tailing feature implemented for VFSLogFilePatternReceiver? Here's my setup: - apache-chainsaw-2.1.0-SNAPSHOT from people.apache.org/~sdeboy/ - commons-vfs-1.1-SNAPSHOT.jar - r