logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

httplog.rb (129B)


  1. HttpLog.configure do |config|
  2. config.logger = Rails.logger
  3. config.color = { color: :yellow }
  4. config.compact_log = true
  5. end