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
{{ message }}
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
I can't find a way to turn off debug logging which seems to be enabled by default.
I don't think it's very helpful to have a flood of Application Insights Telemetry (unconfigured): {"name":"Microsoft.ApplicationInsights.Dev.Message" log messages on every request. It just makes it harder to see the actual log messages you'd want to see.
It looks like calling .UseApplicationInsights() in Program.cs automatically configures a debug logger with no way of disabling it.
The text was updated successfully, but these errors were encountered:
Bigger issue is that disabling of output will stop Application Insights local search from working. @gardnerjr and @acearun had plans to make it work without the debug output, but I'm not sure when it will happen.
I'd like this option but for programs that aren't using AI at all. I don't have the VS extension installed and I'm not calling UseApplicationInsights(), yet my console is still full of those entries. Do I have to install the NuGet package just to disable them?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can't find a way to turn off debug logging which seems to be enabled by default.
I don't think it's very helpful to have a flood of
Application Insights Telemetry (unconfigured): {"name":"Microsoft.ApplicationInsights.Dev.Message"
log messages on every request. It just makes it harder to see the actual log messages you'd want to see.It looks like calling
.UseApplicationInsights()
inProgram.cs
automatically configures a debug logger with no way of disabling it.The text was updated successfully, but these errors were encountered: