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

need much better debug logging #669

Closed
ExpandingMan opened this issue Feb 5, 2021 · 1 comment
Closed

need much better debug logging #669

ExpandingMan opened this issue Feb 5, 2021 · 1 comment

Comments

@ExpandingMan
Copy link

It's obviously extremely useful for debugging to know the exact request being sent and the exact response received. The verbose option is nice, but if you are are not sitting very close to the HTTP calls, it can be difficult to pass this, as typically API's which wrap HTTP won't forward it.

I noticed that there are a bunch of @debug in the repo, but I think we badly need this for some of the most common use cases like the one described above. Setting JULIA_DEBUG=HTTP does not give me very much in the current version of the package.

@quinnj
Copy link
Member

quinnj commented May 25, 2022

Will be resolved by #826

@quinnj quinnj closed this as completed May 25, 2022
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

No branches or pull requests

2 participants