diff --git a/vminitd/Sources/vminitd/ManagedContainer.swift b/vminitd/Sources/vminitd/ManagedContainer.swift index 29b9ce4e..548b30b1 100644 --- a/vminitd/Sources/vminitd/ManagedContainer.swift +++ b/vminitd/Sources/vminitd/ManagedContainer.swift @@ -50,7 +50,7 @@ actor ManagedContainer { path: Self.craftBundlePath(id: id), spec: spec ) - log.info("created bundle with spec \(spec)") + log.debug("created bundle with spec \(spec)") let cgManager = Cgroup2Manager( group: URL(filePath: cgroupsPath), @@ -101,6 +101,8 @@ extension ManagedContainer { stdio: HostStdio, process: ContainerizationOCI.Process ) throws { + log.debug("creating exec process with \(process)") + // Write the process config to the bundle, and pass this on // over to ManagedProcess to deal with. try self.bundle.createExecSpec(