Skip to content

Instantly share code, notes, and snippets.

@grobie
Created February 25, 2014 16:52
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 grobie/9212890 to your computer and use it in GitHub Desktop.
Save grobie/9212890 to your computer and use it in GitHub Desktop.
config/environments/production.rb
$stdout.sync = true
config.logger = Logger.new($stdout).tap do |logger|
logger.level = ENV['DEBUG'] ? Logger::DEBUG : Logger::INFO
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment