Files
nomad/e2e/alloc_logs/doc.go
James Rasell 4848bfadec 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>
2023-04-04 10:42:27 +01:00

7 lines
247 B
Go

// Package alloc_logs provides end-to-end tests for Nomads allocation logging
// functionality.
//
// In order to run this test suite only, from the e2e directory you can trigger
// go test -v -run '^TestAllocLogs' ./alloc_logs
package alloc_logs