DB will log Info and above now (temp fix)

pull/3113/head
Mark McDowall 10 years ago
parent eeac2aee89
commit 088028b426

@ -24,7 +24,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.Info, this);
LogManager.Configuration.AddTarget("DbLogger", this);
LogManager.Configuration.LoggingRules.Add(Rule);

Loading…
Cancel
Save