diff --git a/linux/runtime.go b/linux/runtime.go index 6cc673173..083b07224 100644 --- a/linux/runtime.go +++ b/linux/runtime.go @@ -510,6 +510,7 @@ func (r *Runtime) getRuntime(ctx context.Context, ns, id string) (*runc.Runc, er LogFormat: runc.JSON, PdeathSignal: unix.SIGKILL, Root: filepath.Join(root, ns), + Debug: r.config.ShimDebug, }, nil }