Skip to content

Commit

Permalink
Merge pull request containerd#9646 from fuweid/debug-log-shim-plugin
Browse files Browse the repository at this point in the history
runtime/v2: reduce shim plugin log
  • Loading branch information
fuweid authored Jan 16, 2024
2 parents 64ca9ce + f45b46b commit 5226864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/v2/shim/shim.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5226864

Please sign in to comment.