mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +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
|
||||
cat <<EOF | tee $crio_drop_in_conf_file_debug
|
||||
[crio]
|
||||
[crio.runtime]
|
||||
log_level = "debug"
|
||||
EOF
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user