summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index c6055ec..f3ace91 100644
--- a/README.md
+++ b/README.md
@@ -65,13 +65,10 @@ client = Net::Hippie::Client.new(
)
```
-To enable HTTP debug output you will need to explicitly set it.
+To disable logging you will need to override the default logger.
```ruby
-Net::Hippie.logger = Logger.new(STDERR)
-client = Net::Hippie::Client.new(
- enable_debug_output: true
-)
+client = Net::Hippie::Client.new(logger: nil)
```
### Basic Auth