diff options
Diffstat (limited to 'docs/podman-events.1.md')
-rw-r--r-- | docs/podman-events.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 |