From eb45a8f2f5bfc80695cf261555b08dddf91ef3e2 Mon Sep 17 00:00:00 2001 From: hub-Prateek Date: Fri, 24 Nov 2023 11:01:15 +0530 Subject: [PATCH] Added comments --- pkg/scheduler/framework/runtime/framework.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/scheduler/framework/runtime/framework.go b/pkg/scheduler/framework/runtime/framework.go index 85274353aea..3f8aefe53da 100644 --- a/pkg/scheduler/framework/runtime/framework.go +++ b/pkg/scheduler/framework/runtime/framework.go @@ -355,8 +355,8 @@ func NewFramework(ctx context.Context, r Registry, profile *config.KubeScheduler options.captureProfile(outputProfile) } + // Logs Enabled and Disabled Plugins at each extension point logger.V(2).Info("Plugins enabled and disabled at each extension point", "config.Plugins", *f.ListPlugins()) - f.setInstrumentedPlugins() return f, nil }