Skip to content

Commit

Permalink
log level debug baby
Browse files Browse the repository at this point in the history
  • Loading branch information
ItamarYuran committed Dec 11, 2024
1 parent 290ddef commit 31cf314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lakectl/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ func sendStats(cmd *cobra.Command, cmdSuffix string) {
errStr = resp.Status()
}
if errStr != "" {
_, _ = fmt.Fprintf(os.Stderr, "Warning: failed sending statistics: %s\n", errStr)
logging.ContextUnavailable().Debugf("Warning: failed sending statistics: %s\n", errStr)
}
}
}
Expand Down

0 comments on commit 31cf314

Please sign in to comment.