1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

more logging.

This commit is contained in:
kay.one
2013-05-20 20:28:14 -07:00
parent af4063c3e2
commit 2573558321
3 changed files with 4 additions and 2 deletions
@@ -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);