summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-03-27 13:50:54 -0500
committerbaude <bbaude@redhat.com>2019-04-24 16:00:04 -0500
commit7bf7c177ab3f67d5de1689842204c258fca083e4 (patch)
tree960fd1365913209fec61e3226b96a6f8bb1fd051 /docs
parentd75543fcd2ce87a9b87b8883400f355979004e91 (diff)
downloadpodman-7bf7c177ab3f67d5de1689842204c258fca083e4.tar.gz
podman-7bf7c177ab3f67d5de1689842204c258fca083e4.tar.bz2
podman-7bf7c177ab3f67d5de1689842204c258fca083e4.zip
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 <bbaude@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-events.1.md4
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