Commit 7bcdf7ed25dc04f9f8e7e5d3423134e51fd71288

Authored by Andrew
1 parent 93efde88

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 1137 To reduce log noise, create an initializer with:
1138 1138  
1139 1139 ```ruby
1140   -Ethon.logger = Logger.new("/dev/null")
  1140 +Ethon.logger = Logger.new(nil)
1141 1141 ```
1142 1142  
1143 1143 If you run into issues on Windows, check out [this post](https://www.rastating.com/fixing-issues-in-typhoeus-and-httparty-on-windows/).
... ...