Unverified Commit 7fbeafea authored by Darren Shepherd's avatar Darren Shepherd Committed by GitHub

Merge pull request #182 from ibuildthecloud/revert

Fix containerd debug log env var
parents f4f29e69 6e28ede2
......@@ -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