From ebba6e5e1a490477e7ef58593d55497d0f763d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Wed, 6 Jan 2021 12:49:20 +0100 Subject: [PATCH] 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 --- .../coreos-overlay/app-emulation/containerd/files/config.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/files/config.toml b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/files/config.toml index 9fe833064c..8f024ae3c7 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/files/config.toml +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/files/config.toml @@ -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