skip to Main Content

NLog override level use JSON configuration

I have Asp.NET Core application that uses a third-party library that outputs messages with the INFO information level: _logger.LogInformation("About information..."); This is about how the log display is configured (I use a JSON configuration): { "NLog": { "targets": { "console":…

VIEW QUESTION
Back To Top
Search