From c4a22e9a56d4456311104daa41df0450eebdf4cc Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 19 Feb 2021 02:08:17 -0800 Subject: [PATCH] fix packer interpolation of packer log path (#10660) --- main.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.go b/main.go index 3c44bcefa..f7806b0bc 100644 --- a/main.go +++ b/main.go @@ -80,10 +80,6 @@ func realMain() int { defer os.Remove(logTempFile.Name()) defer logTempFile.Close() - // Tell the logger to log to this file - os.Setenv(EnvLog, "") - os.Setenv(EnvLogFile, "") - // Setup the prefixed readers that send data properly to // stdout/stderr. doneCh := make(chan struct{})