mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
Add option for pod logs to display different colors per container.
Signed-off-by: Krzysztof Baran <krysbaran@gmail.com> Signed-off-by: gcalin <caling@protonmail.com>
This commit is contained in:
@@ -257,6 +257,8 @@ type ContainerLogsOptions struct {
|
||||
Tail int64
|
||||
// Show timestamps in the logs.
|
||||
Timestamps bool
|
||||
// Show different colors in the logs.
|
||||
Colors bool
|
||||
// Write the stdout to this Writer.
|
||||
StdoutWriter io.Writer
|
||||
// Write the stderr to this Writer.
|
||||
|
||||
Reference in New Issue
Block a user