From 90e491fd3b992a81a23c1c43622de89d3e5ed242 Mon Sep 17 00:00:00 2001 From: ItamarYuran <95186982+ItamarYuran@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:12:10 +0200 Subject: [PATCH] log level debug baby (#8414) --- cmd/lakectl/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lakectl/cmd/root.go b/cmd/lakectl/cmd/root.go index 57c65a8c608..a4f5eec261a 100644 --- a/cmd/lakectl/cmd/root.go +++ b/cmd/lakectl/cmd/root.go @@ -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) } } }