Skip to content

Commit

Permalink
Fix for #107
Browse files Browse the repository at this point in the history
  • Loading branch information
Meat-Chopper authored and trusche committed Jun 30, 2021
1 parent 726b3c0 commit 9f6e8a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/httplog/http_log.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
require 'net/http'
require 'logger'
require 'benchmark'
require 'rainbow'
require 'rack'
begin
require 'rainbow'
rescue LoadError
# Ignored
end

module HttpLog
LOG_PREFIX = '[httplog] '.freeze
Expand Down

0 comments on commit 9f6e8a7

Please sign in to comment.