mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Health UI improvements
Fixed: Failing to get items from SABnzbd will report health error properly Fixed: Some health checks not showing test all button on System: Health
This commit is contained in:
@@ -179,7 +179,7 @@ namespace NzbDrone.Core.Configuration
|
||||
|
||||
public string Branch => GetValue("Branch", "master").ToLowerInvariant();
|
||||
|
||||
public string LogLevel => GetValue("LogLevel", "Info");
|
||||
public string LogLevel => GetValue("LogLevel", "info");
|
||||
public string ConsoleLogLevel => GetValue("ConsoleLogLevel", string.Empty, persist: false);
|
||||
|
||||
public string SslCertHash => GetValue("SslCertHash", "");
|
||||
|
||||
Reference in New Issue
Block a user