mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Before this change, doing service logs was just tossing the stream selectors and always using the default (both streams). This change adds a check for which streams the user wants and only includes those. Fixes #31306 Signed-off-by: Drew Erny <drew.erny@docker.com> Upstream-commit: f63c62ce70d6ed4706dbde43feb22c6004c32061 Component: engine