From 7bf7c177ab3f67d5de1689842204c258fca083e4 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 27 Mar 2019 13:50:54 -0500 Subject: journald event logging 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 --- docs/podman-events.1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/podman-events.1.md b/docs/podman-events.1.md index 40f7e8457..da142c0fb 100644 --- a/docs/podman-events.1.md +++ b/docs/podman-events.1.md @@ -9,7 +9,9 @@ podman\-events - Monitor Podman events ## DESCRIPTION Monitor and print events that occur in Podman. Each event will include a timestamp, -a type, a status, name (if applicable), and image (if applicable). +a type, a status, name (if applicable), and image (if applicable). The default logging +mechanism is *journald*. This can be changed in libpod.conf by changing the `events_logger` +value to `file`. Only `file` and `journald` are the accepted. The *container* event type will report the follow statuses: * attach -- cgit v1.2.3-54-g00ecf