Merge pull request #99 from Random-Liu/change-log-level-for-cri-test

Change containerd log level to debug for cri validation test.
This commit is contained in:
Mike Brown 2017-06-28 22:09:12 -05:00 committed by GitHub
commit 7174310f95

View File

@ -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}