-
Notifications
You must be signed in to change notification settings - Fork 454
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
added verbose error on proxy upstream dialing #355
Conversation
@f-dg Thank you for your contribution. Can you please sign CLA and update CHANGELOG.md? CLA check: https://github.com/Shopify/toxiproxy/pull/355/checks?check_run_id=4781611074 |
@miry Done |
CHANGELOG.md
Outdated
@@ -3,6 +3,7 @@ | |||
* Verify git tag on release (#347, @miry) | |||
* Fix MacOS 12 tests for go17 with -race flag (#351, @strech) | |||
* Rename `testing/` and `bin/` folders (#354, @strech) | |||
* Added verbose error on proxy upstream dialing |
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.
Don't forget to mention issue and yourself.
* Added verbose error on proxy upstream dialing (#355, @f-dg)
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.
@f-dg Thank you for the contribution and usage. I left small comment about changelog record, everything else is ready.
@f-dg ❤️ |
@f-dg Changes have been released as part of https://github.com/Shopify/toxiproxy/releases/tag/v2.4.0. Thanks for the contribution. |
Added more verbosity when an error happens during dialing an upstream.
It helped me to find out a reason about what errors were when trying to connect.