Commit 2ddd572
authored
Update configmap.go
improve: clarify watch channel reconnection log message
Changes the log message for watch channel closure from an error to a warning
level and adds context about the automatic reconnection behavior. This better
reflects the expected behavior of the watch loop and provides clearer
observability.
Before: logrus.Error("Watch channel closed.")
After: logrus.Warn("Watch channel closed. Reconnecting...")1 parent c486a6f commit 2ddd572
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments