cli
cli copied to clipboard
[Swarm] Add --until to docker service logs <Service>
Description
Hello,
i stumbled upon the docker compose command where you can filter logs with --since and --until. docker swarm has a simmilar command docker service logs <Servicename> --since but no --until Flag.
Would be nice to have it there :)
Ps: Great work with moby and docker. Thank you.