<?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: How to create a new log file for each time the application runs?</title>
	<atom:link href="http://veerasundar.com/blog/2009/08/how-to-create-a-new-log-file-for-each-time-the-application-runs/feed/" rel="self" type="application/rss+xml" />
	<link>http://veerasundar.com/blog/2009/08/how-to-create-a-new-log-file-for-each-time-the-application-runs/</link>
	<description>Java, web and design</description>
	<lastBuildDate>Sun, 20 May 2012 11:47:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Raj</title>
		<link>http://veerasundar.com/blog/2009/08/how-to-create-a-new-log-file-for-each-time-the-application-runs/#comment-2264</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Mon, 07 May 2012 11:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=759#comment-2264</guid>
		<description>Hi veer,

how to incorporate this fileappender class with my application ???</description>
		<content:encoded><![CDATA[<p>Hi veer,</p>
<p>how to incorporate this fileappender class with my application ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NJ</title>
		<link>http://veerasundar.com/blog/2009/08/how-to-create-a-new-log-file-for-each-time-the-application-runs/#comment-2252</link>
		<dc:creator>NJ</dc:creator>
		<pubDate>Thu, 03 May 2012 04:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=759#comment-2252</guid>
		<description>HI,

Thanks for this information,it resolve my issue.</description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>Thanks for this information,it resolve my issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voahar</title>
		<link>http://veerasundar.com/blog/2009/08/how-to-create-a-new-log-file-for-each-time-the-application-runs/#comment-2220</link>
		<dc:creator>voahar</dc:creator>
		<pubDate>Tue, 24 Apr 2012 10:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=759#comment-2220</guid>
		<description>Hi
Thanks for this post, it has been very useful for me :p
Have a nice day 
Cheers</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thanks for this post, it has been very useful for me :p<br />
Have a nice day<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandu</title>
		<link>http://veerasundar.com/blog/2009/08/how-to-create-a-new-log-file-for-each-time-the-application-runs/#comment-2219</link>
		<dc:creator>Chandu</dc:creator>
		<pubDate>Tue, 24 Apr 2012 05:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=759#comment-2219</guid>
		<description>Hi Veera,

Were you able to craft a solution keeping threads in mind?

Thanks,
Chandu</description>
		<content:encoded><![CDATA[<p>Hi Veera,</p>
<p>Were you able to craft a solution keeping threads in mind?</p>
<p>Thanks,<br />
Chandu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: padmaja</title>
		<link>http://veerasundar.com/blog/2009/08/how-to-create-a-new-log-file-for-each-time-the-application-runs/#comment-2211</link>
		<dc:creator>padmaja</dc:creator>
		<pubDate>Mon, 23 Apr 2012 02:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=759#comment-2211</guid>
		<description>Hi,
I&#039;ve created a properties file like this.But the log file is not created in the specified location.Please suggest me a solution for this.



log4j.rootLogger = DEBUG, induction
log4j.appender.induction = com.chrysler.action.NewLogForEachRunFileAppender
log4j.appender.induction.layout.ConversionPattern = %d{ABSOLUTE} %5p %c - %m%n
log4j.appender.induction.layout = org.apache.log4j.PatternLayout
log4j.appender.induction.File = D:/logs.log</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve created a properties file like this.But the log file is not created in the specified location.Please suggest me a solution for this.</p>
<p>log4j.rootLogger = DEBUG, induction<br />
log4j.appender.induction = com.chrysler.action.NewLogForEachRunFileAppender<br />
log4j.appender.induction.layout.ConversionPattern = %d{ABSOLUTE} %5p %c &#8211; %m%n<br />
log4j.appender.induction.layout = org.apache.log4j.PatternLayout<br />
log4j.appender.induction.File = D:/logs.log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://veerasundar.com/blog/2009/08/how-to-create-a-new-log-file-for-each-time-the-application-runs/#comment-2205</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Fri, 20 Apr 2012 08:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=759#comment-2205</guid>
		<description>Thanks man! Doin gr8 job!
When ever i need some info regarding log4j i will open your site!
Explained in a very clear and understandable way!</description>
		<content:encoded><![CDATA[<p>Thanks man! Doin gr8 job!<br />
When ever i need some info regarding log4j i will open your site!<br />
Explained in a very clear and understandable way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhu</title>
		<link>http://veerasundar.com/blog/2009/08/how-to-create-a-new-log-file-for-each-time-the-application-runs/#comment-2097</link>
		<dc:creator>Madhu</dc:creator>
		<pubDate>Tue, 20 Mar 2012 13:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=759#comment-2097</guid>
		<description>Hey Veer,

your post helped me very much. Appreciate your effort
Thanks very much

Madhu</description>
		<content:encoded><![CDATA[<p>Hey Veer,</p>
<p>your post helped me very much. Appreciate your effort<br />
Thanks very much</p>
<p>Madhu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael</title>
		<link>http://veerasundar.com/blog/2009/08/how-to-create-a-new-log-file-for-each-time-the-application-runs/#comment-2086</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Fri, 16 Mar 2012 13:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=759#comment-2086</guid>
		<description>good, thanks</description>
		<content:encoded><![CDATA[<p>good, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2009/08/how-to-create-a-new-log-file-for-each-time-the-application-runs/#comment-2080</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Fri, 16 Mar 2012 03:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=759#comment-2080</guid>
		<description>Here&#039;s what we followed: We use a daily rolling file appender - every day a new log file will be created. Then for each and every request our application receives, we create a correlation ID which is specific to that request alone and we log it with every log statement so that we can identify which request the log is belongs to.. we also log the user name so that we can associate the log to the corresponding user.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s what we followed: We use a daily rolling file appender &#8211; every day a new log file will be created. Then for each and every request our application receives, we create a correlation ID which is specific to that request alone and we log it with every log statement so that we can identify which request the log is belongs to.. we also log the user name so that we can associate the log to the corresponding user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael</title>
		<link>http://veerasundar.com/blog/2009/08/how-to-create-a-new-log-file-for-each-time-the-application-runs/#comment-2078</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Thu, 15 Mar 2012 14:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=759#comment-2078</guid>
		<description>Hi, Veera. I developing a web application and I have no experience with logging strategies.  I thought a loggin by user was supposed to be good. Thus, what do you advise as good one?</description>
		<content:encoded><![CDATA[<p>Hi, Veera. I developing a web application and I have no experience with logging strategies.  I thought a loggin by user was supposed to be good. Thus, what do you advise as good one?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

