Skip to content

Commit

Permalink
INF-251 add host to post-health check logs (#3932)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquincasares committed Sep 23, 2022
1 parent 40af9d4 commit f1e0981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/bin/deploy-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def cli(
host, f"audius-cli health-check {service}", show_output=False
)
health_check = health_check.split("\n")[-1]
logger.info(f"health_check: {health_check}")
logger.info(f"{host}: health_check: {health_check}")

if health_check != "Service is healthy":
failed_post_check = True
Expand Down

0 comments on commit f1e0981

Please sign in to comment.