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