mirror of https://github.com/containers/podman.git
Merge pull request #3066 from mheon/events_libpod_manpage
Document events logger options in libpod.conf manpage
This commit is contained in:
commit
3e5452ceb7
|
@ -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
|
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.
|
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
|
## FILES
|
||||||
`/usr/share/containers/libpod.conf`, default libpod configuration path
|
`/usr/share/containers/libpod.conf`, default libpod configuration path
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue