Skip to content

Commit 8960db5

Browse files
committed
chore: update logging
Signed-off-by: Tiexin Guo <guotiexin@gmail.com>
1 parent ba839bb commit 8960db5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • internal/pkg/plugininstaller/kubectl

internal/pkg/plugininstaller/kubectl/utils.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ func writeContentToTmpFile(output *os.File, content string, opts *plugininstalle
1919
return err
2020
}
2121

22-
log.Infof("All opts %+v", opts)
22+
log.Debugf("All opts %+v", opts)
23+
2324
err = t.Execute(output, opts)
2425
if err != nil {
2526
if strings.Contains(err.Error(), "can't evaluate field name") {

0 commit comments

Comments
 (0)