summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig
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 /cmd/podman/cliconfig
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 'cmd/podman/cliconfig')
-rw-r--r--cmd/podman/cliconfig/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go
index 025f40cf6..37d6d3908 100644
--- a/cmd/podman/cliconfig/config.go
+++ b/cmd/podman/cliconfig/config.go
@@ -16,6 +16,7 @@ type MainFlags struct {
CniConfigDir string
ConmonPath string
DefaultMountsFile string
+ EventsBackend string
HooksDir []string
MaxWorks int
Namespace string