-
Notifications
You must be signed in to change notification settings - Fork 90
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
Praposal for logging support for msal-go #535
base: andyohart/managed-identity
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We discussed that we don't need the callback option for 1.18 for now.
….18, and just focusing on the logger working on 1.21 and above * adds tests * refactors logger documentation * adds sample logger app
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if this works. Not signing off as there is some work to be done.
* Some comments resolved from PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you adding tests for confidential.Client
as well i.e., testing that confidential.New(WithLogger(...))
constructs a Client that writes logs?
Is the same API coming for public.Client
in another PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR was created by Nilesh but it also seems good to me from working on it
… 4gust/logging-praposal
How will we handle logging PII? Another argument to |
* Adds tests * Removes from confidential client
* Remove bool from WithPiiLogging
|
Praposal for logging support for msal-go