Skip to content

Commit fba2592

Browse files
refactor: lower logging verbosity for MIG device allocation
Signed-off-by: haitwang-cloud <[email protected]>
1 parent 47f0a21 commit fba2592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/scheduler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ func (s *Scheduler) getNodesUsage(nodes *[]string, task *corev1.Pod) (*map[strin
348348
util.PlatternMIG(&d.Device.MigUsage, d.Device.MigTemplate, tmpIdx)
349349
}
350350
d.Device.MigUsage.UsageList[Instance].InUse = true
351-
klog.V(5).InfoS("MIG device allocated",
351+
klog.V(4).InfoS("MIG device allocated",
352352
"deviceID", d.Device.ID,
353353
"instanceID", Instance,
354354
"template", d.Device.MigTemplate)

0 commit comments

Comments
 (0)