C# NLog add rule doesn’t seem to work for some reason
I am trying to block some not needed Microsoft debug logs in my app. I have a separate settings file where nLogLevel is set as either info or debug depending what my settings say. When nLogLevel is set as info everything works as intended. But when it is set as debug, those Microsoft debug logs are being logged, even though I say here that minlevel should be always info.
Exception thrown after “Refresh EventLog Source”
I’ve enabled NLog internal logging to figure out an issue where our logs suddenly stop sometimes.