Commit 7bcdf7ed25dc04f9f8e7e5d3423134e51fd71288
1 parent
93efde88
Exists in
master
and in
19 other branches
Log to nil [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
@@ -1137,7 +1137,7 @@ gem 'typhoeus' | @@ -1137,7 +1137,7 @@ gem 'typhoeus' | ||
1137 | To reduce log noise, create an initializer with: | 1137 | To reduce log noise, create an initializer with: |
1138 | 1138 | ||
1139 | ```ruby | 1139 | ```ruby |
1140 | -Ethon.logger = Logger.new("/dev/null") | 1140 | +Ethon.logger = Logger.new(nil) |
1141 | ``` | 1141 | ``` |
1142 | 1142 | ||
1143 | If you run into issues on Windows, check out [this post](https://www.rastating.com/fixing-issues-in-typhoeus-and-httparty-on-windows/). | 1143 | If you run into issues on Windows, check out [this post](https://www.rastating.com/fixing-issues-in-typhoeus-and-httparty-on-windows/). |