mirror of
https://github.com/containers/podman.git
synced 2025-08-01 16:24:58 +08:00

add the ability for podman to read and write events to journald instead of just a logfile. This can be controlled in libpod.conf with the `events_logger` attribute of `journald` or `file`. The default will be set to `journald`. Signed-off-by: baude <bbaude@redhat.com>