mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-03 01:44:29 +00:00
Merge pull request #9573 from littlejawa/kata_deploy_crio_conf
kata-deploy: configure debugging for crio
This commit is contained in:
@@ -351,7 +351,7 @@ function configure_crio() {
|
|||||||
|
|
||||||
if [ "${DEBUG}" == "true" ]; then
|
if [ "${DEBUG}" == "true" ]; then
|
||||||
cat <<EOF | tee $crio_drop_in_conf_file_debug
|
cat <<EOF | tee $crio_drop_in_conf_file_debug
|
||||||
[crio]
|
[crio.runtime]
|
||||||
log_level = "debug"
|
log_level = "debug"
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user