mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
updated nlog and fixed #295
This commit is contained in:
parent
96825f0540
commit
67a079a17c
15 changed files with 38 additions and 31 deletions
|
@ -139,7 +139,6 @@ namespace PlexRequests.Helpers
|
|||
if (level == LogLevel.Info)
|
||||
{
|
||||
rule.EnableLoggingForLevel(LogLevel.Info);
|
||||
rule.EnableLoggingForLevel(LogLevel.Debug);
|
||||
rule.EnableLoggingForLevel(LogLevel.Warn);
|
||||
rule.EnableLoggingForLevel(LogLevel.Error);
|
||||
rule.EnableLoggingForLevel(LogLevel.Fatal);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue