I am using the provided asp.net core logging and have application insights configured. I can see unhandled exceptions in application insights but I don't see things like logger.LogInformation("testing") anywhere in application insights. I do see the logs in the log stream though.
Additionally I am not seeing logs in the Visual Studio Application Insights screen. I created a hello world app which demonstrates that you don't see the logs in app insights.
https://github.com/devlife/AppInsightsSandbox
Any thoughts?
