Parcourir la source

reduce network log

AjayTripathy il y a 6 ans
Parent
commit
14d07c1db7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      costmodel/costmodel.go

+ 1 - 1
costmodel/costmodel.go

@@ -621,7 +621,7 @@ func (cm *CostModel) ComputeCostData(cli prometheusClient.Client, clientset kube
 			if usage, ok := networkUsageMap[ns+","+podName+","+clusterID]; ok {
 			if usage, ok := networkUsageMap[ns+","+podName+","+clusterID]; ok {
 				netCosts, err := GetNetworkCost(usage, cp)
 				netCosts, err := GetNetworkCost(usage, cp)
 				if err != nil {
 				if err != nil {
-					klog.V(3).Infof("Error pulling network costs: %s", err.Error())
+					klog.V(4).Infof("Error pulling network costs: %s", err.Error())
 				} else {
 				} else {
 					podNetCosts = netCosts
 					podNetCosts = netCosts
 				}
 				}