mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-06 07:37:49 +00:00
Merge pull request #13155 from myml/main
Fix: Do not print error when parsing journald log fails
This commit is contained in:
commit
f6b0abfa8a
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ func (c *Container) readFromJournal(ctx context.Context, options *logs.LogOption
|
|||
}
|
||||
|
||||
if formatError != nil {
|
||||
logrus.Errorf("Failed to parse journald log entry: %v", err)
|
||||
logrus.Errorf("Failed to parse journald log entry: %v", formatError)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue