Skip to content

Commit ffb7cf8

Browse files
authored
Merge pull request #821 from OverStruck/patch-1
Enhancement: Watch channel logging - clarify reconnection behavior
2 parents c486a6f + 2ddd572 commit ffb7cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mapper/configmap/configmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (ms *MapStore) startLoadConfigMap(stopCh <-chan struct{}) {
101101

102102
}
103103
}
104-
logrus.Error("Watch channel closed.")
104+
logrus.Warn("Watch channel closed. Reconnecting...")
105105
}
106106
}
107107
}()

0 commit comments

Comments
 (0)