You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When accessing the C# MS page in portal, viewing docs, etc, the admin docs API is called repeatedly for a C# MS. This causes a TON of Debug level logging to happen, writing out a line per route, etc and it's spammy making it impossible to find other, valuable, debug logs.
Proposed Solution/Requirements
Change the log level of the docs logs to Trace, so we can exclude them and retain the valuable debug logs.
Alternatives or Workarounds
No workarounds, we need other debug logs, just not these docs logs.