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

bugfix(logging): reduce log noise from authentication chain #4173

Merged
merged 2 commits into from Feb 17, 2022

Conversation

RyanHolstien
Copy link
Collaborator

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable)

@github-actions
Copy link

github-actions bot commented Feb 17, 2022

Unit Test Results (build & test)

  69 files   -   1    69 suites   - 1   5m 17s ⏱️ - 6m 45s
540 tests  - 69  488 ✔️  - 62  52 💤  - 7  0 ±0 

Results for commit df5dd4e. ± Comparison against base commit c89a1f2.

♻️ This comment has been updated with latest results.

"Caught exception while attempting to authenticate request using Authenticator %s",
authenticator.getClass().getCanonicalName()), e);
}
}
// No authentication resolved. Return null.
if (!authenticationFailures.isEmpty()) {
log.error("Authentication chain failed to resolve a valid authentication. Errors: {}", authenticationFailures);
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can actually make this a WARN -- It's not really an ERROR per say... What do you think? Let me know and I can inline the change

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done :)

@shirshanka shirshanka merged commit dc40998 into datahub-project:master Feb 17, 2022
hevandro-veiga pushed a commit to hevandro-veiga/datahub that referenced this pull request Feb 18, 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

Successfully merging this pull request may close these issues.

None yet

3 participants