Guest User

Untitled

a guest
Jan 18th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # config/environments/production.rb
  2.  
  3. if ENV['RAILS_LOG_TO_STDOUT'].present?
  4. logger = ActiveSupport::Logger.new(STDOUT)
  5. logger.formatter = config.log_formatter
  6. config.logger = ActiveSupport::TaggedLogging.new(logger)
  7. end
Add Comment
Please, Sign In to add comment