Another build bump
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
lif
2025-09-14 19:16:22 +01:00
parent 45edd83ea0
commit fdb0aef5cf

View File

@@ -39,7 +39,6 @@ func main() {
time.Sleep(3 * time.Second)
slog.Info("Slept")
}()
for i := range logschan {
slog.Info(i.ContainerName + ": " + i.Log)
}