We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d596b4d commit addd36cCopy full SHA for addd36c
machine.go
@@ -487,6 +487,8 @@ func (m *Machine) startVMM(ctx context.Context) error {
487
m.logger.Printf("Called startVMM(), setting up a VMM on %s", m.Cfg.SocketPath)
488
startCmd := m.cmd.Start
489
490
+ m.logger.Debugf("Starting %v", m.cmd.Args)
491
+
492
var err error
493
if m.Cfg.NetNS != "" && m.Cfg.JailerCfg == nil {
494
// If the VM needs to be started in a netns but no jailer netns was configured,
0 commit comments