How to prevent every SharePoint REST Http Request from being logged? #1607
-
I have an Azure Function app that runs PnP.Core. I want to prevent each request sent from being logged to the console, and instead only include my logs. I have attempted to suppress the logs via Log Snippet:
host.json
Program.cs
|
Beta Was this translation helpful? Give feedback.
Answered by
JustinCLyon
Feb 18, 2025
Replies: 1 comment
-
Solved this. Had to add filters like so:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JustinCLyon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved this. Had to add filters like so: