0
0
Fork 0

Add logging for outgoing http requests

This commit is contained in:
Eugen Rochko 2016-10-02 14:58:06 +02:00
parent b36197c307
commit 4909bbf415
4 changed files with 8 additions and 3 deletions

View file

@ -0,0 +1,3 @@
HttpLog.options[:logger] = Rails.logger
HttpLog.options[:color] = { color: :yellow }
HttpLog.options[:compact_log] = true