Changed: Version Bump 0.7.0 (#952)

This commit is contained in:
Qstick
2019-09-09 08:06:49 -04:00
committed by GitHub
parent 1b72d9b60f
commit 31cb5fe523
3 changed files with 14 additions and 4 deletions
@@ -178,7 +178,7 @@ namespace NzbDrone.Core.Configuration
public bool AnalyticsEnabled => GetValueBoolean("AnalyticsEnabled", true, persist: false);
public string Branch => GetValue("Branch", "develop").ToLowerInvariant();
public string Branch => GetValue("Branch", "master").ToLowerInvariant();
public string LogLevel => GetValue("LogLevel", "info");
public string ConsoleLogLevel => GetValue("ConsoleLogLevel", string.Empty, persist: false);