Adjusted log levels. Reverted signalr test change

This commit is contained in:
2025-04-15 14:46:13 +02:00
parent b4f219a704
commit c1820bd4ed
4 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ public class DockerImageService
var line = $"[{message.ID}] {message.ProgressMessage}";
Logger.LogInformation("{line}", line);
Logger.LogDebug("{line}", line);
if (onProgressUpdated != null)
onProgressUpdated.Invoke(line);