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

Lower log levels from INFO to DEBUG to reduce log verbosity - Databricks provider auth #39941

Merged
merged 1 commit into from
May 30, 2024

Conversation

pankajkoti
Copy link
Member

This helps reduce the log noise in the task logs when
operators keeps polling on the job run status. Otherwise,
for each poll, we make a HTTP request, and everytime we see
these logs increasing unnecessary verbosity.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@pankajkoti
Copy link
Member Author

@tatiana no more redundant auth logs by default.

Screenshot 2024-05-30 at 3 07 55 PM

Copy link
Contributor

@tatiana tatiana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, thanks a lot, @pankajkoti !

@pankajkoti pankajkoti merged commit f0ea079 into apache:main May 30, 2024
48 checks passed
@pankajkoti pankajkoti deleted the databricks-auth-debug-log branch May 30, 2024 10:13
fdemiane pushed a commit to fdemiane/airflow that referenced this pull request Jun 6, 2024
…cks provider auth (apache#39941)

This helps reduce the log noise in the task logs when
operators keeps polling on the job run status. Otherwise,
for each poll, we make a HTTP request, and everytime we see
these logs increasing unnecessary verbosity.
jannisko pushed a commit to jannisko/airflow that referenced this pull request Jun 15, 2024
…cks provider auth (apache#39941)

This helps reduce the log noise in the task logs when
operators keeps polling on the job run status. Otherwise,
for each poll, we make a HTTP request, and everytime we see
these logs increasing unnecessary verbosity.
romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Jul 26, 2024
…cks provider auth (apache#39941)

This helps reduce the log noise in the task logs when
operators keeps polling on the job run status. Otherwise,
for each poll, we make a HTTP request, and everytime we see
these logs increasing unnecessary verbosity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants