Last active
August 18, 2016 13:19
-
-
Save endenis/11aff233c635326ad3a717bfe89f604c to your computer and use it in GitHub Desktop.
Add logging to sql in production rails console
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ActiveRecord::Base.logger = Logger.new(STDOUT) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment