I have an ASP.NET Core 2.2 app. I want to use NLog in this app. While I have successfully integrated NLog, there are too many logs being written. Specifically, I see a ton of messages from Microsoft.AspNetCore.
. I really only want to show messages that comes from my code.
I copied the nlog.config file shows here. However, I still see a ton of Microsoft.AspNetCore messages. How do I prevent those messages from getting written to the logs? What am I missing?