This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PLA 509 dump docker compose logs on failure (dagster-io#23167)
## Summary & Motivation when docker-compose up throws an exception, just dump docker logs to stdout. sometimes there isn't anything more revealing here than what we get in the initial exception, but sometimes it points to an issue with the underlying service that wasn't in the original exception ## How I Tested These Changes forced docker-compose to fail with a bad health check definition, and ensured that the dump_logs function was invoked and did print to stdout --------- Co-authored-by: Neil Fulwiler <[email protected]>
- Loading branch information