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

fix(FIR-42325): Default httpx logging level to Warn #46

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

ptiurin
Copy link
Collaborator

@ptiurin ptiurin commented Jan 17, 2025

Raw HTTP calls are rarely useful for the user. However, by default Airflow sets log level to INFO for all dependencies. This causes httpx to print every call.
Adjusting it on import.
Changes in init.py are for compatibility with the new airbyte version.

@ptiurin ptiurin marked this pull request as ready for review January 17, 2025 13:07
@ptiurin ptiurin requested a review from a team as a code owner January 17, 2025 13:07
@ptiurin ptiurin merged commit 7f9a5a6 into main Jan 17, 2025
6 checks passed
@ptiurin ptiurin deleted the fix-adjust-httpx-logging branch January 17, 2025 13:15
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.

2 participants