mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 03:11:51 +00:00
DB will log Info and above now (temp fix)
This commit is contained in:
parent
eeac2aee89
commit
088028b426
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public void Register()
|
|||
{
|
||||
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…
Reference in a new issue