<?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>Sun, 11 Dec 2011 10:26:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Logando melhor sua aplicação &#171; Fabiano Soriani&#039;s Weblog</title>
		<link>http://blog.gugl.org/archives/47/comment-page-1#comment-409</link>
		<dc:creator>Logando melhor sua aplicação &#171; Fabiano Soriani&#039;s Weblog</dc:creator>
		<pubDate>Thu, 30 Sep 2010 17:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gugl.org/?p=47#comment-409</guid>
		<description>[...] arquitetura pretendida no momento está em criar uma classe filha de ActiveSupport::BufferedLogger http://blog.gugl.org/archives/47 porém que não deve substituir em primeiro momento o logger, mas sim, ter métodos úteis para [...]</description>
		<content:encoded><![CDATA[<p>[...] arquitetura pretendida no momento está em criar uma classe filha de ActiveSupport::BufferedLogger <a href="http://blog.gugl.org/archives/47" rel="nofollow">http://blog.gugl.org/archives/47</a> porém que não deve substituir em primeiro momento o logger, mas sim, ter métodos úteis para [...]</p>
]]></content:encoded>
	</item>
	<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>

