compose-cli icon indicating copy to clipboard operation
compose-cli copied to clipboard

ACI: Aggregted logs for compose application

Open gtardif opened this issue 5 years ago • 1 comments

Currently the Docker ACI integration allows to deploy compose application with docker compose up, and also to access container logs for each container individually with docker logs <CONTAINER_ID>. We don't currently support viewing the aggregated logs of all containers in a Compose application, with docker compose logs. This requires a way to get ACI logs from all containers in a container group, in the right order. Timestamps on ACI logs and/or streamed logs will allow this implementation

gtardif avatar Oct 16 '20 14:10 gtardif

Not sure if this is related, but if I run docker compose up with a yaml that has an error in it, I get no output at all.

gregorybleiker avatar Sep 23 '21 12:09 gregorybleiker