aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/varlink
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-08-01 12:43:21 -0500
committerbaude <bbaude@redhat.com>2019-08-02 20:05:27 -0500
commit63eef5a23415380bdc3975c90fc88305a0380a61 (patch)
treeee58434bb3c92258d3ff899b9e234be31aebd6c4 /cmd/podman/varlink
parent3cc9ab8992833ddf952df479ffb239c61845fa2e (diff)
downloadpodman-63eef5a23415380bdc3975c90fc88305a0380a61.tar.gz
podman-63eef5a23415380bdc3975c90fc88305a0380a61.tar.bz2
podman-63eef5a23415380bdc3975c90fc88305a0380a61.zip
add eventlogger to info
to help with future debugging, we now display the type of event logger being used inside podman info -> host. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/varlink')
-rw-r--r--cmd/podman/varlink/io.podman.varlink3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/podman/varlink/io.podman.varlink b/cmd/podman/varlink/io.podman.varlink
index f5f3250f7..b867dccc1 100644
--- a/cmd/podman/varlink/io.podman.varlink
+++ b/cmd/podman/varlink/io.podman.varlink
@@ -228,7 +228,8 @@ type InfoHost (
hostname: string,
kernel: string,
os: string,
- uptime: string
+ uptime: string,
+ eventlogger: string
)
# InfoGraphStatus describes the detailed status of the storage driver