<?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: Suppressing SQL Logs in Rails</title>
	<atom:link href="http://blog.perplexedlabs.com/2008/04/09/suppressing-sql-logs-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.perplexedlabs.com/2008/04/09/suppressing-sql-logs-in-rails/</link>
	<description>web development war stories from the frontlines to the backend</description>
	<lastBuildDate>Sat, 29 Oct 2011 10:05:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: George</title>
		<link>http://blog.perplexedlabs.com/2008/04/09/suppressing-sql-logs-in-rails/comment-page-1/#comment-4034</link>
		<dc:creator>George</dc:creator>
		<pubDate>Tue, 16 Aug 2011 02:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/2008/04/09/suppressing-sql-logs-in-rails/#comment-4034</guid>
		<description>I tried the above for Postgres, but got the following error when starting the server:
superclass mismatch for class PostgreSQLAdapter

The following did work for me:
# Add to config/environments/development.rb
config.log_level = :info

Rails 3.0.7</description>
		<content:encoded><![CDATA[<p>I tried the above for Postgres, but got the following error when starting the server:<br />
superclass mismatch for class PostgreSQLAdapter</p>
<p>The following did work for me:<br />
# Add to config/environments/development.rb<br />
config.log_level = :info</p>
<p>Rails 3.0.7</p>
]]></content:encoded>
	</item>
</channel>
</rss>

