Skip to content
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

directory: add logging http client to help with debugging outbound http requests #2385

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

calebdoxsey
Copy link
Contributor

Summary

Add a new logging http transport that the directory providers can use.

Related issues

Fixes #2382

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@calebdoxsey calebdoxsey requested a review from a team as a code owner July 22, 2021 17:28
@calebdoxsey calebdoxsey requested a review from wasaga July 22, 2021 17:28
@codeclimate
Copy link

codeclimate bot commented Jul 22, 2021

Code Climate has analyzed commit 1ce4435 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

View more on Code Climate.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 65.322% when pulling 1ce4435 on cdoxsey/2382-http-debugging into aa0e687 on master.

@calebdoxsey calebdoxsey merged commit ac8ae3e into master Jul 22, 2021
@calebdoxsey calebdoxsey deleted the cdoxsey/2382-http-debugging branch July 22, 2021 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

http/client: add debug logging to outgoing HTTP requests
3 participants