cli: stream both stdout and stderr when following an alloc. (#16556)

This update changes the behaviour when following logs from an
allocation, so that both stdout and stderr files streamed when the
operator supplies the follow flag. The previous behaviour is held
when all other flags and situations are provided.

Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
This commit is contained in:
James Rasell
2023-04-04 10:42:27 +01:00
committed by GitHub
parent 6b64b208f5
commit 4848bfadec
11 changed files with 520 additions and 75 deletions

View File

@@ -28,6 +28,7 @@
"client/taskenv/...",
"command/agent/...",
"command/raft_tools/...",
"command/ui/...",
"helper/...",
"internal/...",
"jobspec/...",