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

Move from requests to httpx #10

Open
timkpaine opened this issue Aug 4, 2024 · 1 comment
Open

Move from requests to httpx #10

timkpaine opened this issue Aug 4, 2024 · 1 comment
Labels
lang: python PRs or issues related to Python part: dependencies PRs or issues related to dependencies type: enhancement Minor improvements

Comments

@timkpaine
Copy link
Member

No description provided.

@timkpaine timkpaine added part: dependencies PRs or issues related to dependencies lang: python PRs or issues related to Python type: enhancement Minor improvements labels Aug 4, 2024
@NeejWeej
Copy link
Collaborator

Took a stab at this, but it seems that requests logs http requests with DEBUG and httpx uses INFO, which can pollute logs. We can set a filter to change the behavior of the httpx logger, but maybe that's overstepping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang: python PRs or issues related to Python part: dependencies PRs or issues related to dependencies type: enhancement Minor improvements
Projects
None yet
Development

No branches or pull requests

2 participants