From c185d8c0d6774e90f64f4c6a84270c20a9325944 Mon Sep 17 00:00:00 2001 From: gcalin Date: Fri, 4 Mar 2022 19:04:58 +0100 Subject: Add option for pod logs to display different colors per container. Signed-off-by: Krzysztof Baran Signed-off-by: gcalin --- libpod/container_log_unsupported.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod/container_log_unsupported.go') diff --git a/libpod/container_log_unsupported.go b/libpod/container_log_unsupported.go index 4f50f9f4c..c84a578cc 100644 --- a/libpod/container_log_unsupported.go +++ b/libpod/container_log_unsupported.go @@ -11,7 +11,7 @@ import ( "github.com/pkg/errors" ) -func (c *Container) readFromJournal(_ context.Context, _ *logs.LogOptions, _ chan *logs.LogLine) error { +func (c *Container) readFromJournal(_ context.Context, _ *logs.LogOptions, _ chan *logs.LogLine, colorID int64) error { return errors.Wrapf(define.ErrOSNotSupported, "Journald logging only enabled with systemd on linux") } -- cgit v1.2.3-54-g00ecf