Fix rubocop offenses

This commit is contained in:
Sebastian Serth
2022-12-09 13:11:46 +01:00
parent 5e784ef8cd
commit bf077ef478
4 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ Rails.application.configure do
config.active_support.deprecation = :notify
# 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'