git-hulk commented on code in PR #320:
URL:
https://github.com/apache/kvrocks-controller/pull/320#discussion_r2173714839
##########
store/store.go:
##########
@@ -192,6 +194,7 @@ func (s *ClusterStore) UpdateCluster(ctx context.Context,
ns string, clusterInfo
if err := s.e.Set(ctx, buildClusterKey(ns, clusterInfo.Name),
clusterBytes); err != nil {
return err
}
+ logger.Get().With(zap.String("cluster_info",
string(clusterBytes))).Info("cluster version updated")
Review Comment:
```suggestion
logger.Get().With(zap.String("cluster_info",
string(clusterBytes))).Info("Updated the cluster version")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]