downgrade "failed execution" to Info

This commit is contained in:
Denis Bilenko 2025-01-27 11:25:04 +01:00
parent d57675ad29
commit 70869bdd6d
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"),
)
} else {
logger.Error("failed execution",
logger.Info("failed execution",
slog.String("exit_code", "1"),
slog.String("error", err.Error()),
)