Skip to content

Instantly share code, notes, and snippets.

@dancrowley303
Created February 22, 2011 06:25
Show Gist options
  • Save dancrowley303/838294 to your computer and use it in GitHub Desktop.
Save dancrowley303/838294 to your computer and use it in GitHub Desktop.
Stop Active Record logging to stdout
#Add this line to development.rb to shut up ActiveRecord
ActiveRecord::Base.logger = Logger.new('/dev/null')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment