Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Do not hard fail on non-decodable events | Matthew Heon | 2019-04-26 |
| | | | | Signed-off-by: Matthew Heon <mheon@redhat.com> | ||
* | journald event logging | baude | 2019-04-24 |
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> |