Skip to content

Commit 6e8a2ef

Browse files
authored
fixed log before picker (#844)
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent 7ef0ab1 commit 6e8a2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/epp/scheduling/scheduler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func (s *Scheduler) runPickerPlugin(ctx *types.SchedulingContext, weightedScoreP
196196
i++
197197
}
198198

199-
loggerDebug.Info("Before running picker plugin", "pods", weightedScorePerPod)
199+
loggerDebug.Info("Before running picker plugin", "pods weighted score", fmt.Sprint(weightedScorePerPod))
200200
before := time.Now()
201201
result := s.picker.Pick(ctx, scoredPods)
202202
metrics.RecordSchedulerPluginProcessingLatency(plugins.PickerPluginType, s.picker.Name(), time.Since(before))

0 commit comments

Comments
 (0)