Skip to content

Commit a00ce82

Browse files
authored
chore: log cluster sync error (#541)
Signed-off-by: Michael Crenshaw <[email protected]>
1 parent b0fffe4 commit a00ce82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cache/cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,7 @@ func (c *clusterCache) sync() error {
898898
})
899899

900900
if err != nil {
901+
c.log.Error(err, "Failed to sync cluster")
901902
return fmt.Errorf("failed to sync cluster %s: %v", c.config.Host, err)
902903
}
903904

0 commit comments

Comments
 (0)