Merge pull request #9646 from fuweid/debug-log-shim-plugin
runtime/v2: reduce shim plugin log
This commit is contained in:
commit
5226864fc6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user