Fix new rubocop warnings
This commit is contained in:
parent
5ece1572d0
commit
0e2a66e8de
24 changed files with 152 additions and 116 deletions
|
@ -84,7 +84,7 @@ Rails.application.configure do
|
|||
# config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
|
||||
|
||||
if ENV["RAILS_LOG_TO_STDOUT"].present?
|
||||
logger = ActiveSupport::Logger.new(STDOUT)
|
||||
logger = ActiveSupport::Logger.new($stdout)
|
||||
logger.formatter = config.log_formatter
|
||||
config.logger = ActiveSupport::TaggedLogging.new(logger)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue