From 05eb06f5686be1a14f33cdc0c23785d6da0feccb Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 17 Feb 2021 23:06:43 -0500 Subject: Turn on journald and k8s file logging tests Signed-off-by: Ashley Cui --- libpod/container_log_linux.go | 1 - 1 file changed, 1 deletion(-) (limited to 'libpod') diff --git a/libpod/container_log_linux.go b/libpod/container_log_linux.go index 91ca216ea..b1f601a4c 100644 --- a/libpod/container_log_linux.go +++ b/libpod/container_log_linux.go @@ -141,7 +141,6 @@ func (c *Container) readFromJournal(ctx context.Context, options *logs.LogOption } func journalFormatterWithID(entry *journal.JournalEntry) (string, error) { - // get output, err := formatterPrefix(entry) if err != nil { return "", err -- cgit v1.2.3-54-g00ecf