소스 검색

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
 }