From: Tom Hughes Date: Tue, 13 Dec 2022 20:23:45 +0000 (+0000) Subject: Fix new rubocop warnings X-Git-Tag: live~1378 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/eb26f8f62bc567937c8da3c8e3487c981b4cb120?ds=sidebyside Fix new rubocop warnings --- diff --git a/config/environments/production.rb b/config/environments/production.rb index 7dd3922a1..aef8c6986 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -83,7 +83,7 @@ Rails.application.configure do config.active_support.report_deprecations = false # Use default logging formatter so that PID and timestamp are not suppressed. - config.log_formatter = ::Logger::Formatter.new + config.log_formatter = Logger::Formatter.new # Use a different logger for distributed setups. # require "syslog/logger"