From ebbe54a52e45edc35a9ee18a4778a8271c804752 Mon Sep 17 00:00:00 2001 From: Abdelhalim Date: Mon, 5 Mar 2018 18:12:47 -0500 Subject: [PATCH] testing stuff --- config/environments/production.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 2d0edbd..fc561be 100755 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -88,10 +88,5 @@ # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false - config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? -if ENV["RAILS_LOG_TO_STDOUT"].present? - logger = ActiveSupport::Logger.new(STDOUT) - logger.formatter = config.log_formatter - config.logger = ActiveSupport::TaggedLogging.new(logger) -end + end