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