Last active
December 3, 2017 12:34
-
-
Save toyflish/b0c6c8f5dca24af9cef4a33c167179c1 to your computer and use it in GitHub Desktop.
Rails 3 production console log to stdout
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
Rails.logger = Logger.new(STDOUT) | |
Rails.logger.level = Logger::DEBUG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment