diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-25 12:20:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-25 12:20:39 -0700 |
commit | 01e79477ca75df54836944a94eb4840c9e9f49e1 (patch) | |
tree | 8b76672f2a4e83b0c8334132dca92e3b1279ba14 /docs/podman-events.1.md | |
parent | e900e95f9aa6a22eeef9f78573dfb88df2f10d49 (diff) | |
parent | 7bf7c177ab3f67d5de1689842204c258fca083e4 (diff) | |
download | podman-01e79477ca75df54836944a94eb4840c9e9f49e1.tar.gz podman-01e79477ca75df54836944a94eb4840c9e9f49e1.tar.bz2 podman-01e79477ca75df54836944a94eb4840c9e9f49e1.zip |
Merge pull request #2850 from baude/eventsjournald
journald event logging
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 |