docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

Feature Suggestion: docker swarm <stack-name> logs should provide aggregated logs from all services #2968

Closed KathrynN closed 4 years ago

KathrynN commented 4 years ago

I did check that this didn't exist in open issues / couldn't find a roadmap which mentioned this.

I am using swarm to create a small (<20 containers, <10 service) backend, and would like to be able to view the logs as the service starts in a similar way to docker-compose up. e.g. a collated or aggregated view of all the logs.

(If I'm not in the right place, or it's already been discussed and dismissed, please let me know :) )

justincormack commented 4 years ago

This issue is for https://github.com/docker/swarmkit not the old standalone Swarm.