Skip to content

Commit f45b46b

Browse files
committed
runtime/v2: reduce shim plugin log
Signed-off-by: Wei Fu <[email protected]>
1 parent f1e6cc3 commit f45b46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/v2/shim/shim.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ func run(ctx context.Context, manager Manager, config Config) error {
319319

320320
for _, p := range registry.Graph(func(*plugin.Registration) bool { return false }) {
321321
pID := p.URI()
322-
log.G(ctx).WithFields(log.Fields{"id": pID, "type": p.Type}).Info("loading plugin")
322+
log.G(ctx).WithFields(log.Fields{"id": pID, "type": p.Type}).Debug("loading plugin")
323323

324324
initContext := plugin.NewContext(
325325
ctx,

0 commit comments

Comments
 (0)