Fix “uninitialized constant HttpLog” errors in tootctl (#32796)
This commit is contained in:
parent
8f4af29a73
commit
befb44a08c
3 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ dev_null = Logger.new('/dev/null')
|
|||
Rails.logger = dev_null
|
||||
ActiveRecord::Base.logger = dev_null
|
||||
ActiveJob::Base.logger = dev_null
|
||||
HttpLog.configuration.logger = dev_null
|
||||
HttpLog.configuration.logger = dev_null if defined?(HttpLog)
|
||||
Paperclip.options[:log] = false
|
||||
Chewy.logger = dev_null
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue