Commit 6e28ede2 authored by Darren Shepherd's avatar Darren Shepherd

Fix containerd debug log env var

parent f4f29e69
......@@ -63,7 +63,7 @@ func Run(ctx context.Context, cfg *config.Node) error {
}
if os.Getenv("CONTAINERD_LOG_LEVEL") != "" {
args = append(args, "-l", "CONTAINERD_LOG_LEVEL")
args = append(args, "-l", os.Getenv("CONTAINERD_LOG_LEVEL"))
}
stdOut := io.Writer(os.Stdout)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment