Skip to content

Commit

Permalink
fixed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
steiler committed Jun 21, 2021
1 parent a4ae983 commit 90bfe90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var execCmd = &cobra.Command{
if jsonOutput {
result, err := json.Marshal(jsonResult)
if err != nil {
log.Debug("Issue converting to json %v", err)
log.Errorf("Issue converting to json %v", err)
}
fmt.Println(string(result))
}
Expand Down

0 comments on commit 90bfe90

Please sign in to comment.