1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Added mechanism for package maintainers to produce a health check error.

This commit is contained in:
Taloth Saldono
2021-03-06 22:47:02 +01:00
parent 79cfa3a5f6
commit 7da02c236a
5 changed files with 63 additions and 6 deletions
@@ -177,7 +177,7 @@ namespace NzbDrone.Core.Configuration
public bool AnalyticsEnabled => GetValueBoolean("AnalyticsEnabled", true, persist: false);
public string Branch => GetValue("Branch", "master").ToLowerInvariant();
public string Branch => GetValue("Branch", "main").ToLowerInvariant();
public string LogLevel => GetValue("LogLevel", "info");
public string ConsoleLogLevel => GetValue("ConsoleLogLevel", string.Empty, persist: false);