Skip to content

Comments

Removed logs that were causing Alerts#878

Open
4gust wants to merge 1 commit intodevfrom
4gust/alert-fix-update-version
Open

Removed logs that were causing Alerts#878
4gust wants to merge 1 commit intodevfrom
4gust/alert-fix-update-version

Conversation

@4gust
Copy link
Contributor

@4gust 4gust commented Feb 23, 2026

Removed logs from oidc
Updated the version for msal python sku for release

@4gust 4gust requested a review from a team as a code owner February 23, 2026 15:30
self._http_client = http_client
self._oidc_authority_url = oidc_authority_url
if oidc_authority_url:
logger.debug("Initializing with OIDC authority: %s", oidc_authority_url)
Copy link
Contributor

@Avery-Dunn Avery-Dunn Feb 23, 2026

Choose a reason for hiding this comment

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

I think the flag was only on logging "openid_config" since it was a raw HTTP response.

But why remove these authority URL logs? Seems like useful info to help identify config issues.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can add it back, do we need this ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, I think it's good to keep. I've definitely had trouble helping customers in the past because the logs didn't say where token requests were actually going.

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.

4 participants