Skip to content

Instantly share code, notes, and snippets.

@guimello
Created May 16, 2011 14:34
Show Gist options
  • Save guimello/974535 to your computer and use it in GitHub Desktop.
Save guimello/974535 to your computer and use it in GitHub Desktop.
Rails logger in STDOUT
# So I can remember...
ActiveRecord::Base.logger = Logger.new(STDOUT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment