Fixed Exceptioneer.

This commit is contained in:
kay.one 2011-10-16 18:37:29 -07:00
commit 87cf08a365
2 changed files with 5 additions and 3 deletions

View file

@ -23,8 +23,8 @@ namespace NzbDrone.Core.Instrumentation
public static void StartDbLogging()
{
#if RELEASE
#if DEBUG
#else
var exTarget = new ExceptioneerTarget();
LogManager.Configuration.AddTarget("Exceptioneer", exTarget);
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", NLog.LogLevel.Error, exTarget));