-
Notifications
You must be signed in to change notification settings - Fork 123
How can I remove ApplicationInsights from my app #523
Comments
I have this question as well. My output is full of useless entries that I'm not using like the one below, and they just hide what I'm really trying to see. I do not have AI installed, I don't even have the extension installed in VS, yet they're still being logged to my console.
|
@vaindil To control the amount of logging Application Insights listens to and converts to ApplicationInsights Traces, you can modify appsettings.json to somelike this.. { This will get rid of all Trace messages. (you can configure this in code also) I agree this may not be ideal, will provide a better answer on how to remove application insights completely soon. |
Closing this issue here, as there an issue open in aspnet repo to prevent auto-opt-in for application insights. |
Also - there are workarounds suggested in the above issue. |
Where can be tracked the progress on this? The issue @cijothomas references is also closed. |
@joalcava dotnet/aspnetcore#2051 (comment) This shows latest VS which include an option to not have application insights. Let me know if this helps you. |
When I start an Asp .Net Core 2.0 application, ApplicationInsights Logger will be auto added.
How can I remove it?
The text was updated successfully, but these errors were encountered: