From eb26f8f62bc567937c8da3c8e3487c981b4cb120 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 13 Dec 2022 20:23:45 +0000 Subject: [PATCH 1/1] Fix new rubocop warnings --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5