Skip to content

Commit

Permalink
testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
halimkhaldi committed Mar 5, 2018
1 parent c37aa72 commit ebbe54a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ebbe54a

Please sign in to comment.