runtime/v2: reduce shim plugin log
Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
parent
f1e6cc3784
commit
f45b46b67f
@ -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 }) {
|
for _, p := range registry.Graph(func(*plugin.Registration) bool { return false }) {
|
||||||
pID := p.URI()
|
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(
|
initContext := plugin.NewContext(
|
||||||
ctx,
|
ctx,
|
||||||
|
Loading…
Reference in New Issue
Block a user