This repository was archived by the owner on Nov 27, 2023. It is now read-only.
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
ACI: Aggregted logs for compose application #803
Open
Description
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