Skip to content

Instantly share code, notes, and snippets.

@endenis
Last active August 18, 2016 13:19
Show Gist options
  • Save endenis/11aff233c635326ad3a717bfe89f604c to your computer and use it in GitHub Desktop.
Save endenis/11aff233c635326ad3a717bfe89f604c to your computer and use it in GitHub Desktop.
Add logging to sql in production rails console
ActiveRecord::Base.logger = Logger.new(STDOUT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment