Merge pull request #9646 from fuweid/debug-log-shim-plugin

runtime/v2: reduce shim plugin log
This commit is contained in:
Fu Wei
2024-01-16 15:33:43 +00:00
committed by GitHub

View File

@@ -319,7 +319,7 @@ func run(ctx context.Context, manager Manager, config Config) error {
for _, p := range registry.Graph(func(*plugin.Registration) bool { return false }) {
pID := p.URI()
log.G(ctx).WithFields(log.Fields{"id": pID, "type": p.Type}).Info("loading plugin")
log.G(ctx).WithFields(log.Fields{"id": pID, "type": p.Type}).Debug("loading plugin")
initContext := plugin.NewContext(
ctx,