NLog - fixed debugger target name

pull/4/head
Icer Addis 11 years ago
parent ff5dc6f0ce
commit 6c34acc8b3

@ -47,7 +47,7 @@ namespace NzbDrone.Common.Instrumentation
target.Layout = "[${level}] [${threadid}] ${logger}: ${message} ${onexception:inner=${newline}${newline}${exception:format=ToString}${newline}}";
var loggingRule = new LoggingRule("*", LogLevel.Trace, target);
LogManager.Configuration.AddTarget("console", target);
LogManager.Configuration.AddTarget("debugger", target);
LogManager.Configuration.LoggingRules.Add(loggingRule);
}

Loading…
Cancel
Save