Skip to content

Commit ef08274

Browse files
committed
removing log
1 parent d173b54 commit ef08274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common-lib/utils/k8s/K8sUtil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@ func (impl *K8sServiceImpl) GetRestClientForCRD(config *ClusterConfig, groupVers
20002000

20012001
restClient, err := rest.RESTClientFor(restConfig)
20022002
if err != nil {
2003-
log.Println(err)
2003+
impl.logger.Errorw("error in getting rest client", "gvr", groupVersion.String(), "err", err)
20042004
return nil, err
20052005
}
20062006

0 commit comments

Comments
 (0)