Skip to content

Commit

Permalink
hide ssh key from log
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Nov 3, 2023
1 parent 35a1ee3 commit efff787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func (g *InstanceGroup) ConnectInfo(ctx context.Context, instanceID string) (pro
info.Arch = "amd64"
info.Protocol = provider.ProtocolSSH

g.log.Debug("Info", "info", info)
// g.log.Debug("Info", "info", info)

inp := bytes.NewBuffer(nil)
combinedOut := bytes.NewBuffer(nil)
Expand Down

0 comments on commit efff787

Please sign in to comment.