We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This commit changed some logging calls to skip the code that checks if HTTPI.log is true. 21ee1b2
The text was updated successfully, but these errors were encountered:
v0.8.0 was pushed out too early and i apologize! i'll publish a fixed version tomorrow.
Sorry, something went wrong.
I've also run across this, for now I've just set HTTPI.logger = Logger.new("/dev/null") to silence it.
HTTPI.logger = Logger.new("/dev/null")
v0.9.0 should fix this problem. please take a look at the new CHANGELOG for information about the release.
Awesome, thanks for fixing. Liking the new autodiscovery of the adapters as well.
No branches or pull requests
This commit changed some logging calls to skip the code that checks if HTTPI.log is true.
21ee1b2
The text was updated successfully, but these errors were encountered: