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

verbose logging output #3349

Open
ZeeD opened this issue Feb 21, 2024 · 0 comments
Open

verbose logging output #3349

ZeeD opened this issue Feb 21, 2024 · 0 comments

Comments

@ZeeD
Copy link

ZeeD commented Feb 21, 2024

Context

I would like to ease the troubleshooting of http request made by urllib3.
It is used under-the-hood by the library I'm using, and, currently, during development, I'm not able to double check if the requests/response are correct (with the appropriate origin, path, all the headers/cookie etc)

Alternatives

Ideally I want to be able to set some global flag / env variable that could tell urllib3 to be more verbose and produce an output like curl -v.

Duplicate

I cannot find any reference to this feature
The only reference I've found is in the user guide but it refer to a way to disable the (already too much thin) logs, not to enhance them.

Contribution

I'm not sure I'm capable but I may try to offer a PR for this feature.

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

1 participant