<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Rails log rotations via rsyslog</title>
	<atom:link href="http://geminstallthat.wordpress.com/2008/12/25/rails-rotating-log-rotations-via-rsyslog/feed/" rel="self" type="application/rss+xml" />
	<link>http://geminstallthat.wordpress.com/2008/12/25/rails-rotating-log-rotations-via-rsyslog/</link>
	<description>Ruby on Rails Geek Blog</description>
	<lastBuildDate>Thu, 17 Dec 2009 18:16:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Dewey</title>
		<link>http://geminstallthat.wordpress.com/2008/12/25/rails-rotating-log-rotations-via-rsyslog/#comment-122</link>
		<dc:creator>John Dewey</dc:creator>
		<pubDate>Wed, 25 Mar 2009 23:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=165#comment-122</guid>
		<description>I believe if you use this approach with mongrel, your mongrels will all try to rotate the file at the same time, causing all but the first mongrel to rotate the log to indefinitely block (lock up).

John</description>
		<content:encoded><![CDATA[<p>I believe if you use this approach with mongrel, your mongrels will all try to rotate the file at the same time, causing all but the first mongrel to rotate the log to indefinitely block (lock up).</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pragmatig</title>
		<link>http://geminstallthat.wordpress.com/2008/12/25/rails-rotating-log-rotations-via-rsyslog/#comment-120</link>
		<dc:creator>pragmatig</dc:creator>
		<pubDate>Wed, 25 Mar 2009 09:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://geminstallthat.wordpress.com/?p=165#comment-120</guid>
		<description>you can also use a pure-rails solution if you do not want to interact with other applications

e.g. config.logger = Logger.new(config.log_path, 3, 10 * 1024**2)

http://pragmatig.wordpress.com/2009/03/03/logfiles-getting-big-rotate-them-automatically/</description>
		<content:encoded><![CDATA[<p>you can also use a pure-rails solution if you do not want to interact with other applications</p>
<p>e.g. config.logger = Logger.new(config.log_path, 3, 10 * 1024**2)</p>
<p><a href="http://pragmatig.wordpress.com/2009/03/03/logfiles-getting-big-rotate-them-automatically/" rel="nofollow">http://pragmatig.wordpress.com/2009/03/03/logfiles-getting-big-rotate-them-automatically/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
