updated nlog and fixed #295

This commit is contained in:
tidusjar 2016-06-03 22:52:32 +01:00
commit 67a079a17c
15 changed files with 38 additions and 31 deletions

View file

@ -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);