فهرست منبع

Switch log to debug

Niko Kovacevic 4 سال پیش
والد
کامیت
58653f3925
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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
 }