Merge pull request #766 from kinvolk/kai/containerd-no-shim-debug-log

app-emulation/containerd: Disable shim debug logs
This commit is contained in:
Kai Lüke 2021-01-06 17:00:08 +01:00 committed by GitHub
commit 981b744828

View File

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