mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
more logging.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user