mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
more logging.
This commit is contained in:
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue