Explorar el Código

Merge pull request #1197 from kubecost/niko/log

Switch log to debug
Niko Kovacevic hace 4 años
padre
commit
25b6ffc4ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pkg/kubecost/totals.go

+ 1 - 1
pkg/kubecost/totals.go

@@ -579,7 +579,7 @@ func UpdateAssetTotalsStore(arts AssetTotalsStore, as *AssetSet) error {
 	artsByNode := ComputeAssetTotals(as, AssetNodeProp)
 	arts.SetAssetTotalsByNode(start, end, artsByNode)
 
-	log.Infof("ETL: Asset: updated resource totals for %s", as.Window)
+	log.Debugf("ETL: Asset: updated resource totals for %s", as.Window)
 
 	return nil
 }