[fix][client] Reduce logging in OAuth auth to fix parsing of Pulsar cli command output#25254
Merged
lhotari merged 2 commits intoapache:masterfrom Feb 23, 2026
Merged
Conversation
…of command output
lhotari
added a commit
to apache/pulsar-helm-chart
that referenced
this pull request
Feb 19, 2026
- set appVersion to 4.0.9 - fix broken CI with a workaround - Pulsar regression, which will be fixed by apache/pulsar#25254
nodece
approved these changes
Feb 20, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #25254 +/- ##
============================================
+ Coverage 72.22% 72.65% +0.43%
- Complexity 34209 34414 +205
============================================
Files 1959 1959
Lines 155401 155403 +2
Branches 17724 17726 +2
============================================
+ Hits 112243 112915 +672
+ Misses 34182 33474 -708
- Partials 8976 9014 +38
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
#24944 caused a regression by adding INFO logging. In many cases Pulsar CLI command output is parsed and the INFO logs will break output parsing.
Modifications
Change INFO to DEBUG level for the logging statements added in #24944
Documentation
docdoc-requireddoc-not-neededdoc-complete