app-emulation/containerd: Disable shim debug logs

Debug output clutters the logs which with K8s liveness/readiness probes
quickly becomes a problem.

Fixes https://github.com/kinvolk/Flatcar/issues/313
This commit is contained in:
Kai Lüke 2021-01-06 12:49:20 +01:00
parent e194b4b183
commit ebba6e5e1a

View File

@ -24,5 +24,3 @@ runtime = "runc"
# do not use a shim when starting containers, saves on memory but # do not use a shim when starting containers, saves on memory but
# live restore is not supported # live restore is not supported
no_shim = false no_shim = false
# display shim logs in the containerd daemon's log output
shim_debug = true