diff --git a/pkg/machine/shim/networking.go b/pkg/machine/shim/networking.go index 7008e2aca2..d7ebd8e7d7 100644 --- a/pkg/machine/shim/networking.go +++ b/pkg/machine/shim/networking.go @@ -57,9 +57,7 @@ func startHostForwarder(mc *vmconfigs.MachineConfig, provider vmconfigs.VMProvid runDir := dirs.RuntimeDir cmd.PidFile = filepath.Join(runDir.GetPath(), "gvproxy.pid") - if logrus.IsLevelEnabled(logrus.DebugLevel) { - cmd.LogFile = filepath.Join(runDir.GetPath(), "gvproxy.log") - } + cmd.LogFile = filepath.Join(runDir.GetPath(), "gvproxy.log") cmd.SSHPort = mc.SSH.Port