Changed the log message

This commit is contained in:
hub-Prateek 2023-11-26 11:41:42 +05:30
parent eb45a8f2f5
commit a601ebd6b6

View File

@ -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())
// Logs Enabled Plugins at each extension point, taking default plugins, given config, and multipoint into consideration
logger.V(2).Info("the scheduler starts to work with those plugins", "Plugins", *f.ListPlugins())
f.setInstrumentedPlugins()
return f, nil
}