From 7bcdf7ed25dc04f9f8e7e5d3423134e51fd71288 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 2 Mar 2018 20:23:57 -0800 Subject: [PATCH] Log to nil [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8082a6..cb69c73 100644 --- a/README.md +++ b/README.md @@ -1137,7 +1137,7 @@ gem 'typhoeus' To reduce log noise, create an initializer with: ```ruby -Ethon.logger = Logger.new("/dev/null") +Ethon.logger = Logger.new(nil) ``` If you run into issues on Windows, check out [this post](https://www.rastating.com/fixing-issues-in-typhoeus-and-httparty-on-windows/). -- libgit2 0.21.0