mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-09 11:58:16 +00:00
kata-deploy: configure debugging for crio
Fix the configuration for crio's log_level Fixes: #9556 Signed-off-by: Julien Ropé <jrope@redhat.com>
This commit is contained in:
parent
eae429a39b
commit
c2aed995b7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user