You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
printer.Infof("Please start over with a different profile, or add this permission in IAM.\n")
872
886
returnawf_error(errors.New("Failed to update the ECS task definition due to insufficient permissions."))
873
887
}
874
-
printer.Errorf("Could not register an ECS task definition. The error from the AWS library is shown below. Please send this log message to observability-support@postman.com for assistance.\n", err)
888
+
printer.Errorf("Could not register an ECS task definition. The error from the AWS library is shown below. Please send this log message to observability-support@postman.com for assistance.\n%v\n", err)
returnawf_error(errors.New("Failed to update the ECS service due to insufficient permissions."))
916
930
}
917
-
printer.Errorf("Could not update the ECS service %q. The error from the AWS library is shown below. Please send this log message to observability-support@postman.com for assistance.\n", wf.ecsServiceARN, err)
931
+
printer.Errorf("Could not update the ECS service %q. The error from the AWS library is shown below. Please send this log message to observability-support@postman.com for assistance.\n%v\n", wf.ecsServiceARN, err)
918
932
returnawf_error(errors.Wrapf(err, "Error updating ECS service %q", wf.ecsServiceARN))
919
933
}
920
934
printer.Infof("Updated service %q with new version of task definition.\n", wf.ecsService)
0 commit comments