Skip to content

Instantly share code, notes, and snippets.

@doyle
Created October 2, 2013 19:26
Show Gist options
  • Save doyle/6799199 to your computer and use it in GitHub Desktop.
Save doyle/6799199 to your computer and use it in GitHub Desktop.
Demonstrates how to log active record to stdout in a rails console.
ActiveRecord::Base.logger = Logger.new(STDOUT)
reload!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment