Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add `systemd` build tag | Sascha Grunert | 2019-05-13 |
| | | | | | | | | | | | | If the systemd development files are not present on the system which builds podman, then `podman events` will error on runtime creation. Beside this, a warning will be printed when compiling podman. This commit mainly exists because projects which depend on libpod would not need the podman event support and therefore do not need to rely on the systemd headers. Signed-off-by: Sascha Grunert <sgrunert@suse.com> | ||
* | 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> |