From 4262de9e530d2ebaf3672cbc915f97293f911842 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Thu, 29 Jun 2017 01:55:22 +0000 Subject: [PATCH] Change containerd log level to debug for cri validation test. Signed-off-by: Lantao Liu --- hack/test-cri.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test-cri.sh b/hack/test-cri.sh index bd4e12da3..1006f5b29 100755 --- a/hack/test-cri.sh +++ b/hack/test-cri.sh @@ -60,7 +60,7 @@ if [ ! -x "$(command -v containerd)" ]; then exit 1 fi sudo pkill containerd -sudo containerd &> ${REPORT_DIR}/containerd.log & +sudo containerd -l debug &> ${REPORT_DIR}/containerd.log & # Start cri-containerd cd ${ROOT}