Tagged Questions
Chainsaw is a free, open source log viewer tool, mainly intended as a log4j companion.
10
votes
5answers
1k views
Apache Chainsaw successor?
It looks like the development on Chainsaw has stopped 4 years ago (last development build dated 2006-03-02)...
Anyone knows of a replacement tool providing the same functionality, but with more up ...
4
votes
2answers
435 views
How to get log4net to work with Chainsaw on local machine
I would like to use log4net's UdpAppender with Apache Chainsaw to log messages from my ASP.NET web application.
I followed instructions on log4net's website, but no Udp packets are sent (firewall is ...
4
votes
3answers
841 views
What is the point of remote events for chainsaw log4j viewer?
http://logging.apache.org/chainsaw/quicktour.html
First feature.
I completed the tutorial, it simply showed how to visually use the GUI, it didn't go into much detail at all regarding this new ...
3
votes
1answer
41 views
Why wont my log4net log entries show up in Chainsaw on Windows 7
I'm trying to get log4net to log via udp to chainsaw but its not working on windows 7. My config files are as follows:
<log4net debug="true">
<appender name="trace" ...
1
vote
3answers
373 views
Parsing Log4j Layouts from Log Files
Is there any open source tool out there that can read all Layout implementations of Apache Log4j 1.2.x into something meaningful (e.g., Log4j's own LogEvent objects)? So far I haven't found an ...
0
votes
0answers
37 views
Apache Chainsaw - Log Parsing
I have a requirement to parse a log4j log file and filter based on the message.
Based on the filter I need to write the log entry to another file (log4j).
I need to be able to do this for many log ...
0
votes
1answer
109 views
Cann't receive REMOTE host log messages with Chainsaw (localhost messages just OK)
I did a logger with programmatically configured SocketAppender for Chainsaw. I successfully receive messages in the SimpleReceiver of Chainsaw from code running on localhost, but from remote host i'm ...
0
votes
1answer
74 views
Log4r and Chainsaw: gathering additional log message details (line number, etc.)?
I'm using Log4r's Log4j XML formatter to talk to Chainsaw as described here in Log4r's manual. However, basically all I'm getting is the message and warning level -- I'm not getting the additional ...
0
votes
3answers
72 views
How to work with logfiles
Usually I pipe my log through a lot of greps to remove the "noise" before i open it in an editor.
I think it should be possible to do this filtering inside an editor (Especially ...
0
votes
1answer
75 views
Opening existing log file in apache chainsaw
is it possible to open an existing log file generated by log4j in my j2ee application using apache chainsaw, without using any special configurations?
I am not sure how to do this.
Thanks,
Ayusman
0
votes
1answer
94 views
Chainsaw doesn't work on localhost
I use Log2Console to view remote logs. My logger is NLog. My config looks like this:
<target name="log_main" xsi:type="Chainsaw"
address="udp://localhost:12345"/>
When I run both logs ...
0
votes
2answers
193 views
Log4j Optional Format Modifiers and LogFilePatternReceiver Regular Expression Matching
I am using the Log4j LogFilePatternReceiver class to read some simple log files and was wondering whether there is any way of telling Log4j to interpret a format modifier as optional.
For example, ...
0
votes
1answer
64 views
How do you make a 'NOT LIKE' filter in Chainsaw?
For example, I have a filter: MSG LIKE QueryAdvisor.*
and I want to change it to see all of the events that do not match.
0
votes
1answer
562 views
How to view customized logs with Chainsaw?
We have customized appender (com.mycompany.log4j.XAppender) with customized layout (com.mycompany.log4j.XPatternLayout). While ChainSaw opens the log file, it keeps complaining: found non-matching ...
0
votes
4answers
1k views
Is it possible to read the log file using Chainsaw?
I am having several log files [ generated via log4j ]. I got to know that we can use Chainsaw to read those logs [ though we can reads those logs in notepad as well ].
But i am unable to figure out ...