more logging.

This commit is contained in:
kay.one 2013-05-20 20:28:14 -07:00
commit 2573558321
3 changed files with 4 additions and 2 deletions

View file

@ -20,7 +20,7 @@ namespace NzbDrone.Core.Instrumentation
{
Layout = new SimpleLayout("${callsite:className=false:fileName=false:includeSourcePath=false:methodName=true}");
Rule = new LoggingRule("*", LogLevel.Debug, this);
Rule = new LoggingRule("*", LogLevel.Trace, this);
LogManager.Configuration.AddTarget("DbLogger", this);
LogManager.Configuration.LoggingRules.Add(Rule);