chore: make retry log debug

This commit is contained in:
Pasha Sviderski
2026-06-24 14:50:45 +10:00
parent 328d17599b
commit a040ce5f8e
+1 -1
View File
@@ -614,7 +614,7 @@ func (cc *clusterController) syncDockerContainers(ctx context.Context) error {
), ctx) ), ctx)
watchAndSync := func() error { watchAndSync := func() error {
if wErr := cc.dockerCtrl.WatchAndSyncContainers(ctx); wErr != nil { if wErr := cc.dockerCtrl.WatchAndSyncContainers(ctx); wErr != nil {
slog.Error("Failed to watch and sync containers to cluster store, retrying.", "err", wErr) slog.Debug("Failed to watch and sync containers to cluster store, retrying.", "err", wErr)
return wErr return wErr
} }
return nil return nil