diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-21 05:54:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 05:54:57 -0400 |
commit | df6920aa79073b2767d24c6524367384b6284b31 (patch) | |
tree | b56fdbd8b13f4edf3c3e0638b0f970533157d50b /docs/source/markdown/podman-events.1.md | |
parent | 1682e60dac14d9f32ae02c5f3286b3309cd9b128 (diff) | |
parent | 841eac0af651d7afa4749a65f4e773815b5c715c (diff) | |
download | podman-df6920aa79073b2767d24c6524367384b6284b31.tar.gz podman-df6920aa79073b2767d24c6524367384b6284b31.tar.bz2 podman-df6920aa79073b2767d24c6524367384b6284b31.zip |
Merge pull request #7009 from rhatdan/containers.conf
Switch references from libpod.conf to containers.conf
Diffstat (limited to 'docs/source/markdown/podman-events.1.md')
-rw-r--r-- | docs/source/markdown/podman-events.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-events.1.md b/docs/source/markdown/podman-events.1.md index abfc6e9c1..0d91cdf17 100644 --- a/docs/source/markdown/podman-events.1.md +++ b/docs/source/markdown/podman-events.1.md @@ -10,7 +10,7 @@ podman\-events - Monitor Podman events 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). The default logging -mechanism is *journald*. This can be changed in libpod.conf by changing the `events_logger` +mechanism is *journald*. This can be changed in containers.conf by changing the `events_logger` value to `file`. Only `file` and `journald` are accepted. A `none` logger is also available but this logging mechanism completely disables events; nothing will be reported by `podman events`. @@ -150,7 +150,7 @@ $ podman events --format json ``` ## SEE ALSO -podman(1) +podman(1), containers.conf(5) ## HISTORY March 2019, Originally compiled by Brent Baude <bbaude@redhat.com> |