diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-05-03 16:17:25 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-05-03 16:17:25 -0400 |
commit | c5e3d5c7a9349b40f1efd66e841f70d965fd9a3d (patch) | |
tree | 77807844ea435c6684ef76cfe3a19362c92b5e3f /docs/libpod.conf.5.md | |
parent | 2658e870d21dc03096740f17fa869463136d3fae (diff) | |
download | podman-c5e3d5c7a9349b40f1efd66e841f70d965fd9a3d.tar.gz podman-c5e3d5c7a9349b40f1efd66e841f70d965fd9a3d.tar.bz2 podman-c5e3d5c7a9349b40f1efd66e841f70d965fd9a3d.zip |
Document events logger options in libpod.conf manpage
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'docs/libpod.conf.5.md')
-rw-r--r-- | docs/libpod.conf.5.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libpod.conf.5.md b/docs/libpod.conf.5.md index 4abbcd8b0..2f0b3f303 100644 --- a/docs/libpod.conf.5.md +++ b/docs/libpod.conf.5.md @@ -95,6 +95,9 @@ libpod to manage containers. Path to the command binary to use for setting up a network. It is currently only used for setting up a slirp4netns network. If "" is used then the binary is looked up using the $PATH environment variable. +**events_logger**="" + Default method to use when logging events. Valid values are "journald" and "file". + ## FILES `/usr/share/containers/libpod.conf`, default libpod configuration path |