mirror of https://github.com/databricks/cli.git
downgrade "failed execution" to Info
This commit is contained in:
parent
d57675ad29
commit
70869bdd6d
|
@ -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()),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue