2
0

Fix Style/GlobalStdStream cop in environments/* files (#30694)

This commit is contained in:
Matt Jankowski
2024-06-14 05:50:33 -04:00
committed by GitHub
parent ab8474fd7f
commit 222ab80557
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ Rails.application.configure do
config.action_controller.forgery_protection_origin_check = ENV['DISABLE_FORGERY_REQUEST_PROTECTION'].nil?
ActiveSupport::Logger.new(STDOUT).tap do |logger|
ActiveSupport::Logger.new($stdout).tap do |logger|
logger.formatter = config.log_formatter
config.logger = ActiveSupport::TaggedLogging.new(logger)
end