]> git.openstreetmap.org Git - rails.git/commitdiff
Fix new rubocop warnings
authorTom Hughes <tom@compton.nu>
Tue, 13 Dec 2022 20:23:45 +0000 (20:23 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 13 Dec 2022 20:26:25 +0000 (20:26 +0000)
config/environments/production.rb

index 7dd3922a127e663485761be3d4118a887480be92..aef8c698692d23f57fbbd103153ae9d2a85dd1fd 100644 (file)
@@ -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"