I'm trying to get Chainsaw up and running with our Jboss application.  We're 
currently using a JBoss log4j log which has a conversion pattern that looks 
like this:

<param name="ConversionPattern" value="%d{DATE} %-5p [%c{1},%X{host}] 
[%-10X{username}][%t] %m%n"/>

As a result of not knowing exactly what logformat to use for this, I was 
getting a message which stated that there were no matching lines, and then it 
would show the log message that wasn't matching.

Then, in order to get Chainsaw to work, I created a separate conversion pattern 
(in a separate appender) which was detailed in your tutorial like this:

<param name="ConversionPattern" value="%d %-5p [%t] %C{2} (%F:%L) - %m%n"/>

And used the logformat of TIMESTAMP LEVEL [THREAD] CLASS (FILE:LINE) - MESSAGE
Like I said, hoping to simply get something in the chainsaw-log...

All I'm getting is messages that say "no further lines to process", rather than 
any real log messages.  As a matter of fact, I don't see ANY real log messages, 
just chainsaw-logs.

What I was hoping I could do was use Chainsaw as a better log viewer - instead 
of using TextPad or Notepad++ .

Any help would be very much appreciated.

Please consider the environment before printing this email.

The information contained in this e-mail and its attachments are confidential to
the intended recipient and may be legally privileged or otherwise protected 
from 
disclosure.  If you have received this message in error,you must not print this 
email or its attachments.  Please notify the sender immediately and delete the 
message and any attachments from your computer. The unauthorized use, 
disclosure,
copying or alteration of this message is forbidden.  Emails are not secure and 
may
contain viruses. Vertex accepts no responsibility for viruses; it is your 
responsibility to scan or otherwise check this email and any attachments.

Reply via email to