Is it possilbe to turn of loggin whe using GraphServiceClient in azure function? #2770
-
hello here is initialisation of GraphServiceClient
i am getting loads of logging from GraphServiceClient in azure function console. |
Beta Was this translation helpful? Give feedback.
Answered by
pschaeflein
Dec 11, 2024
Replies: 1 comment 4 replies
-
Thanks for raising this @PanClifton Any chance you can confirm the LogLevel and Category you are seeing in the logs generated? I suspect they may be from the HttpClient that the is used internally. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those entries are from the MSAL library.
More detail is here: https://learn.microsoft.com/en-us/entra/msal/dotnet/advanced/exceptions/msal-logging?tabs=dotnet