summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-07-16 15:56:24 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-07-31 17:28:42 -0400
commit8e8d1ac1933e3891c597ea1b12e434d365b7d164 (patch)
tree2b31218bb242ed1fafcc31bc4f8e727846f2a461 /docs
parent6619c073bda15ff828a49637b7330d01b7380e83 (diff)
downloadpodman-8e8d1ac1933e3891c597ea1b12e434d365b7d164.tar.gz
podman-8e8d1ac1933e3891c597ea1b12e434d365b7d164.tar.bz2
podman-8e8d1ac1933e3891c597ea1b12e434d365b7d164.zip
Add a flag to set events logger type
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'docs')
-rw-r--r--docs/podman.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md
index 022514a80..02d15c197 100644
--- a/docs/podman.1.md
+++ b/docs/podman.1.md
@@ -36,6 +36,10 @@ Note: CGroup manager is not supported in rootless mode when using CGroups Versio
Path to where the cpu performance results should be written
+**--events-logger**=**type**
+
+Backend to use for storing events. Allowed values are **journald** and **file**.
+
**--hooks-dir**=*path*
Each `*.json` file in the path configures a hook for Podman containers. For more details on the syntax of the JSON files and the semantics of hook injection, see `oci-hooks(5)`. Podman and libpod currently support both the 1.0.0 and 0.1.0 hook schemas, although the 0.1.0 schema is deprecated.