summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-events.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-07-20 14:17:37 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-07-20 15:09:54 -0400
commit841eac0af651d7afa4749a65f4e773815b5c715c (patch)
treec77b9d49238626f93839206c37da8bf7d8b9505b /docs/source/markdown/podman-events.1.md
parent0d26a573e3cf8cc5baea84206a86cb83b433b6d5 (diff)
downloadpodman-841eac0af651d7afa4749a65f4e773815b5c715c.tar.gz
podman-841eac0af651d7afa4749a65f4e773815b5c715c.tar.bz2
podman-841eac0af651d7afa4749a65f4e773815b5c715c.zip
Switch references from libpod.conf to containers.conf
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-events.1.md')
-rw-r--r--docs/source/markdown/podman-events.1.md4
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>