<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using log4j to monitor web application errors</title>
	<atom:link href="http://gabrito.com/post/using-log4j-to-monitor-web-application-errors/feed" rel="self" type="application/rss+xml" />
	<link>http://gabrito.com/post/using-log4j-to-monitor-web-application-errors</link>
	<description>Anecdotes on Technology Leadership, Ruby, Java, Scala, Cloud Computing, Open-Source, SEO, and Design</description>
	<lastBuildDate>Sun, 20 May 2012 19:43:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mariano Ruiz</title>
		<link>http://gabrito.com/post/using-log4j-to-monitor-web-application-errors/comment-page-1#comment-255402</link>
		<dc:creator>Mariano Ruiz</dc:creator>
		<pubDate>Thu, 17 Nov 2011 13:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/using-log4j-to-monitor-web-application-errors#comment-255402</guid>
		<description>If you want monitor at runtime the log4j log file with a browser, can use my open source tool: Log4j Web Tracker.
It is a small module (.jar) that integrates in your application, and allow you to change at runtime the level of appenders, or view the log content in the browser.
The site to download an read the documentation is http://www.log4jwebtracker.com</description>
		<content:encoded><![CDATA[<p>If you want monitor at runtime the log4j log file with a browser, can use my open source tool: Log4j Web Tracker.<br />
It is a small module (.jar) that integrates in your application, and allow you to change at runtime the level of appenders, or view the log content in the browser.<br />
The site to download an read the documentation is <a href="http://www.log4jwebtracker.com" rel="nofollow">http://www.log4jwebtracker.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JF Gauthier</title>
		<link>http://gabrito.com/post/using-log4j-to-monitor-web-application-errors/comment-page-1#comment-252235</link>
		<dc:creator>JF Gauthier</dc:creator>
		<pubDate>Sat, 04 Dec 2010 12:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/using-log4j-to-monitor-web-application-errors#comment-252235</guid>
		<description>For your information, there is an other way to monitor web application errors.
Download and install XLog-Solution. It&#039;s available for many platform and it&#039;s also available as a VM Appliance (trouble free).
All your logs will be stored in the same database and accessible from your browser.
You will get email alerts to scheduled people.
If you use Java with log4j, you can use XLog4j appender to forward all (and I mean ALL) application logs to the server and control filters from the XLog-Dashboard live (without having to restart your application). So, if you get an error message you can go back to XLog-Dashboard, change logger filters and see what is going on inside all connected application. 
This product fetch logs from Apache HTTP service, syslog and many others.</description>
		<content:encoded><![CDATA[<p>For your information, there is an other way to monitor web application errors.<br />
Download and install XLog-Solution. It&#8217;s available for many platform and it&#8217;s also available as a VM Appliance (trouble free).<br />
All your logs will be stored in the same database and accessible from your browser.<br />
You will get email alerts to scheduled people.<br />
If you use Java with log4j, you can use XLog4j appender to forward all (and I mean ALL) application logs to the server and control filters from the XLog-Dashboard live (without having to restart your application). So, if you get an error message you can go back to XLog-Dashboard, change logger filters and see what is going on inside all connected application.<br />
This product fetch logs from Apache HTTP service, syslog and many others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hervé Boutemy</title>
		<link>http://gabrito.com/post/using-log4j-to-monitor-web-application-errors/comment-page-1#comment-656</link>
		<dc:creator>Hervé Boutemy</dc:creator>
		<pubDate>Thu, 27 Apr 2006 14:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/using-log4j-to-monitor-web-application-errors#comment-656</guid>
		<description>Mail appender is great if there are not much errors : but in general, things are worst than expected...
Then you have to check logs and review them, day after day. I know that this is an exceptionnaly boring task, but it has to be done.

But you can ease your life with tools : I wrote LogDistiller (http://logdistiller.sf.net/) exactly for this sort of need, because I was in this exact situation. Just take a look and see if it might help you too...</description>
		<content:encoded><![CDATA[<p>Mail appender is great if there are not much errors : but in general, things are worst than expected&#8230;<br />
Then you have to check logs and review them, day after day. I know that this is an exceptionnaly boring task, but it has to be done.</p>
<p>But you can ease your life with tools : I wrote LogDistiller (<a href="http://logdistiller.sf.net/" rel="nofollow">http://logdistiller.sf.net/</a>) exactly for this sort of need, because I was in this exact situation. Just take a look and see if it might help you too&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

