Skip to content

Commit

Permalink
rpk: move 'connect' Downloading log to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vasquez committed Sep 16, 2024
1 parent b55f9a9 commit 9407659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/rpk/pkg/cli/connect/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func NewCommand(fs afero.Fs, p *config.Params, execFn func(string, []string) err
cmd.Help()
return
}
zap.L().Sugar().Debug("Redpanda Connect not found; downloading latest version")
fmt.Println("Downloading latest Redpanda Connect")
path, err := installConnect(cmd.Context(), fs, "latest")
out.MaybeDie(err, "unable to install Redpanda Connect: %v; if running on an air-gapped environment you may install 'redpanda-connect' with your package manager.", err)
pluginPath = path
Expand Down

0 comments on commit 9407659

Please sign in to comment.