Skip to content

Commit

Permalink
chore: add info for successful installation
Browse files Browse the repository at this point in the history
Signed-off-by: knqyf263 <[email protected]>
  • Loading branch information
knqyf263 committed May 13, 2024
1 parent 39ce40e commit 466b9f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/plugin/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ func (m *Manager) install(ctx context.Context, src string, opts Options) (Plugin
return Plugin{}, xerrors.Errorf("yaml encode error: %w", err)
}

m.logger.InfoContext(ctx, "Plugin successfully installed", log.String("name", plugin.Name))

return plugin, nil
}

Expand Down

0 comments on commit 466b9f5

Please sign in to comment.