<?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: Better logging in Rails in production mode</title>
	<atom:link href="http://blog.gugl.org/archives/47/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.gugl.org/archives/47</link>
	<description>ruby, perl and other stuff</description>
	<lastBuildDate>Tue, 02 Mar 2010 07:59:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Roman</title>
		<link>http://blog.gugl.org/archives/47/comment-page-1#comment-60</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Tue, 22 Sep 2009 19:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gugl.org/?p=47#comment-60</guid>
		<description>Please see line 489:
http://github.com/rails/rails/blob/2-3-stable/railties/lib/initializer.rb</description>
		<content:encoded><![CDATA[<p>Please see line 489:<br />
<a href="http://github.com/rails/rails/blob/2-3-stable/railties/lib/initializer.rb" rel="nofollow">http://github.com/rails/rails/blob/2-3-stable/railties/lib/initializer.rb</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Witold Rugowski</title>
		<link>http://blog.gugl.org/archives/47/comment-page-1#comment-59</link>
		<dc:creator>Witold Rugowski</dc:creator>
		<pubDate>Sun, 13 Sep 2009 21:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gugl.org/?p=47#comment-59</guid>
		<description>config.logger.auto_flushing = false does not what Rails by default. Deafult would be auto_flushing=1 - flush log to disk after each message.

Setting auto_flushing to false will stop auto flushing and You will need manually call flush to save entries or memory will end at some point ;)</description>
		<content:encoded><![CDATA[<p>config.logger.auto_flushing = false does not what Rails by default. Deafult would be auto_flushing=1 &#8211; flush log to disk after each message.</p>
<p>Setting auto_flushing to false will stop auto flushing and You will need manually call flush to save entries or memory will end at some point <img src='http://blog.gugl.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
