downgrade "failed execution" to Info

This commit is contained in:
Denis Bilenko 2025-01-27 11:25:04 +01:00
parent 3627d4a9b1
commit fe5460aaa4
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ func Execute(ctx context.Context, cmd *cobra.Command) error {
slog.String("exit_code", "1"), slog.String("exit_code", "1"),
) )
} else { } else {
logger.Error("failed execution", logger.Info("failed execution",
slog.String("exit_code", "1"), slog.String("exit_code", "1"),
slog.String("error", err.Error()), slog.String("error", err.Error()),
) )