1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-24 23:26:42 +09:00
YuruToot/config/initializers/httplog.rb

4 lines
123 B
Ruby
Raw Normal View History

2016-10-02 21:58:06 +09:00
HttpLog.options[:logger] = Rails.logger
HttpLog.options[:color] = { color: :yellow }
HttpLog.options[:compact_log] = true