From 4f0e095b23cc701ac19fd338b81de5987eeacfe5 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 19 Sep 2019 18:19:35 -0500 Subject: fix trivial type for event logger Fixes: #4062 Signed-off-by: baude --- libpod/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod/runtime.go') diff --git a/libpod/runtime.go b/libpod/runtime.go index 80b58654e..e2b9667be 100644 --- a/libpod/runtime.go +++ b/libpod/runtime.go @@ -247,7 +247,7 @@ type RuntimeConfig struct { // EventsLogger determines where events should be logged EventsLogger string `toml:"events_logger"` // EventsLogFilePath is where the events log is stored. - EventsLogFilePath string `toml:"-events_logfile_path"` + EventsLogFilePath string `toml:"events_logfile_path"` //DetachKeys is the sequence of keys used to detach a container DetachKeys string `toml:"detach_keys"` -- cgit v1.2.3-54-g00ecf