1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

New: Instance Name used for Syslog

This commit is contained in:
Robin Dadswell
2022-05-12 17:10:27 +01:00
parent 0559996566
commit 39ad315e73
2 changed files with 4 additions and 3 deletions
@@ -237,7 +237,7 @@ namespace NzbDrone.Core.Configuration
public int SyslogPort => GetValueInt("SyslogPort", 514, persist: false);
public string SyslogLevel => GetValue("SyslogLevel", LogLevel).ToLowerInvariant();
public string SyslogLevel => GetValue("SyslogLevel", LogLevel, false).ToLowerInvariant();
public int GetValueInt(string key, int defaultValue, bool persist = true)
{