Add logging for outgoing http requests
This commit is contained in:
3
config/initializers/httplog.rb
Normal file
3
config/initializers/httplog.rb
Normal file
@ -0,0 +1,3 @@
|
||||
HttpLog.options[:logger] = Rails.logger
|
||||
HttpLog.options[:color] = { color: :yellow }
|
||||
HttpLog.options[:compact_log] = true
|
Reference in New Issue
Block a user