fix packer interpolation of packer log path (#10660)

This commit is contained in:
Megan Marsh 2021-02-19 02:08:17 -08:00 committed by GitHub
parent 3d55fa51d8
commit c4a22e9a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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{})