From fe5460aaa4952fc21aa36f46e3c1081e4c012ba4 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Mon, 27 Jan 2025 11:25:04 +0100 Subject: [PATCH] downgrade "failed execution" to Info --- cmd/root/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root/root.go b/cmd/root/root.go index 4d0d42562..d7adf47f4 100644 --- a/cmd/root/root.go +++ b/cmd/root/root.go @@ -119,7 +119,7 @@ func Execute(ctx context.Context, cmd *cobra.Command) error { slog.String("exit_code", "1"), ) } else { - logger.Error("failed execution", + logger.Info("failed execution", slog.String("exit_code", "1"), slog.String("error", err.Error()), )