podman/libpod/logs
Paul Holzinger d7e96536ee
journald logs: simplify entry parsing
It makes little sense to create a log line string from the entry just to
parse it again into a LogLine. We have the typed fields so we can
assemble the logLine direclty, this makes things simpler and more
efficient.

Also entries from the passthrough driver do not use the CONTAINER_ID_FULL
field, instead we can just access c.ID() directly.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-02-20 13:58:15 +01:00
..
reversereader bump golangci-lint to v1.50.1 2022-12-15 13:39:56 +01:00
log.go journald logs: simplify entry parsing 2023-02-20 13:58:15 +01:00