Skip to content

Commit

Permalink
chore: update logging
Browse files Browse the repository at this point in the history
Signed-off-by: Tiexin Guo <guotiexin@gmail.com>
  • Loading branch information
IronCore864 committed Aug 3, 2022
1 parent ba839bb commit 8960db5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/pkg/plugininstaller/kubectl/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ func writeContentToTmpFile(output *os.File, content string, opts *plugininstalle
return err
}

log.Infof("All opts %+v", opts)
log.Debugf("All opts %+v", opts)

err = t.Execute(output, opts)
if err != nil {
if strings.Contains(err.Error(), "can't evaluate field name") {
Expand Down

0 comments on commit 8960db5

Please sign in to comment.