-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
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
reduce amount of default logging on a failed request #122
Conversation
* hide headers, body and backtrace * these are shown if log.level is debug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left one comment for the variable name, otherwise LGTM
Thanks for the review @kaisecheng. Your comment made me realize two things:
I added a new commit that fixes the variable name and also moved the tests to the right place. Now if the variable is not defined, the tests will fail. Because of all of these changes I'm re-requesting a review. thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💯 test looks good as well.
fixes #106