diff --git a/libcontainer/process.go b/libcontainer/process.go index 8a5d340da..4de4a9e75 100644 --- a/libcontainer/process.go +++ b/libcontainer/process.go @@ -79,6 +79,9 @@ type Process struct { ops processOperations + // LogLevel is a string containing a numeric representation of the current + // log level (i.e. "4", but never "info"). It is passed on to runc init as + // _LIBCONTAINER_LOGLEVEL environment variable. LogLevel string // SubCgroupPaths specifies sub-cgroups to run the process in.