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