mirror of
https://github.com/containers/podman.git
synced 2025-12-04 12:17:34 +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>