From 095aaaa639ab57c594bb80bfefbfaed2a2fdff92 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 30 Jan 2018 06:23:58 +0100 Subject: Allow users to specify logpath Signed-off-by: Daniel J Walsh Closes: #135 Approved by: mheon --- libpod/container_inspect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod/container_inspect.go') diff --git a/libpod/container_inspect.go b/libpod/container_inspect.go index b07dafa00..124126708 100644 --- a/libpod/container_inspect.go +++ b/libpod/container_inspect.go @@ -44,7 +44,7 @@ func (c *Container) getContainerInspectData(size bool, driverData *inspect.Data) HostnamePath: spec.Annotations["io.kubernetes.cri-o.HostnamePath"], // not sure HostsPath: "", // can't get yet StaticDir: config.StaticDir, - LogPath: c.LogPath(), + LogPath: config.LogPath, Name: config.Name, Driver: driverData.Name, MountLabel: config.MountLabel, -- cgit v1.2.3-54-g00ecf