mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-04 06:18:08 -05:00
This commit is contained in:
@@ -41,8 +41,6 @@ public static class LoggingDI
|
||||
List<string> instanceNames = [InstanceType.Sonarr.ToString(), InstanceType.Radarr.ToString(), InstanceType.Lidarr.ToString()];
|
||||
int arrPadding = instanceNames.Max(x => x.Length) + 2;
|
||||
|
||||
// Log level is controlled by the LoggingConfigManager's level switch
|
||||
|
||||
// Apply padding values to templates
|
||||
string consoleTemplate = consoleOutputTemplate
|
||||
.Replace("CAT_PAD", catPadding.ToString())
|
||||
|
||||
Reference in New Issue
Block a user