Fix new rubocop warnings

This commit is contained in:
Tom Hughes 2022-12-13 20:23:45 +00:00
parent 02ed416e12
commit eb26f8f62b

View 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"