Skip to content

Instantly share code, notes, and snippets.

@bucchere
Created January 16, 2013 22:39
Show Gist options
  • Save bucchere/4551631 to your computer and use it in GitHub Desktop.
Save bucchere/4551631 to your computer and use it in GitHub Desktop.
Force logger output into the rails cosole
ActiveRecord::Base.logger = Logger.new(STDOUT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment