From b6d7b627d3685eb81ec670848aa0474eb2aab003 Mon Sep 17 00:00:00 2001 From: Peter Schulze Date: Tue, 3 May 2022 17:09:02 -0600 Subject: add instructions for enabling debug output --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2bade59..c6055ec 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,15 @@ client = Net::Hippie::Client.new( ) ``` +To enable HTTP debug output you will need to explicitly set it. + +```ruby +Net::Hippie.logger = Logger.new(STDERR) +client = Net::Hippie::Client.new( + enable_debug_output: true +) +``` + ### Basic Auth ```ruby -- cgit v1.2.3