Skip to content

Instantly share code, notes, and snippets.

@toyflish
Last active December 3, 2017 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toyflish/b0c6c8f5dca24af9cef4a33c167179c1 to your computer and use it in GitHub Desktop.
Save toyflish/b0c6c8f5dca24af9cef4a33c167179c1 to your computer and use it in GitHub Desktop.
Rails 3 production console log to stdout
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