fix github update error handling #1266

This commit is contained in:
bao-qian
2017-03-27 00:08:56 +01:00
parent 6945eb548f
commit 128671f5e9
6 changed files with 77 additions and 48 deletions

View File

@@ -27,7 +27,7 @@ namespace Wox.Infrastructure.Logger
#if DEBUG
var rule = new LoggingRule("*", LogLevel.Debug, target);
#else
var rule = new LoggingRule("*", LogLevel.Info, target);
var rule = new LoggingRule("*", LogLevel.Debug, target);
#endif
configuration.LoggingRules.Add(rule);
LogManager.Configuration = configuration;