Mercurial > rsstweet
diff config/environments/production.rb @ 89:d5a0d66ee457
Finish updating to rails 5
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 02 Jul 2016 16:26:00 +0900 |
parents | 257910c60eb3 |
children | f67f3ad50270 |
line wrap: on
line diff
--- a/config/environments/production.rb Tue Jun 28 02:38:27 2016 +0900 +++ b/config/environments/production.rb Sat Jul 02 16:26:00 2016 +0900 @@ -78,7 +78,7 @@ # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') # if ENV["RAILS_LOG_TO_STDOUT"].present? - logger = ActiveSupport::Logger.new(STDOUT) + logger = ActiveSupport::Logger.new(STDOUT) logger.formatter = config.log_formatter config.logger = ActiveSupport::TaggedLogging.new(logger) # end