Преглед изворни кода

improve log message

Co-authored-by: Alex Meijer <ameijer@users.noreply.github.com>
Signed-off-by: Artur Khantimirov <yokree@gmail.com>
Artur Khantimirov пре 2 година
родитељ
комит
a42b0728ea
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pkg/costmodel/costmodel.go

+ 1 - 1
pkg/costmodel/costmodel.go

@@ -2554,7 +2554,7 @@ func (cm *CostModel) QueryAllocation(window kubecost.Window, resolution, step ti
 					}
 					}
 
 
 					if totals == nil {
 					if totals == nil {
-						log.Errorf("unable to locate asset totals for allocation %s", key)
+						log.Errorf("unable to locate asset totals for allocation %s, corresponding PARC is being skipped", key)
 						continue
 						continue
 					}
 					}