diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-04 11:15:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-04 11:15:38 +0200 |
commit | 3e5452ceb79b93d7bea12bb57c12a5b1e4781088 (patch) | |
tree | 8b225925701c5d5fb6f6d66e5c947f1e8adca02b /docs | |
parent | 4aa90145bf611a7bc08ddff7e061a630154e8b40 (diff) | |
parent | c5e3d5c7a9349b40f1efd66e841f70d965fd9a3d (diff) | |
download | podman-3e5452ceb79b93d7bea12bb57c12a5b1e4781088.tar.gz podman-3e5452ceb79b93d7bea12bb57c12a5b1e4781088.tar.bz2 podman-3e5452ceb79b93d7bea12bb57c12a5b1e4781088.zip |
Merge pull request #3066 from mheon/events_libpod_manpage
Document events logger options in libpod.conf manpage
Diffstat (limited to 'docs')
-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 |