mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
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>
7 lines
247 B
Go
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
|