From c2aed995b74c905368dd2d1e8767f0793ed0c581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Rop=C3=A9?= Date: Tue, 30 Apr 2024 17:47:55 +0200 Subject: [PATCH] kata-deploy: configure debugging for crio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the configuration for crio's log_level Fixes: #9556 Signed-off-by: Julien Ropé --- tools/packaging/kata-deploy/scripts/kata-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/packaging/kata-deploy/scripts/kata-deploy.sh b/tools/packaging/kata-deploy/scripts/kata-deploy.sh index 9cc683da08..60876e10c9 100755 --- a/tools/packaging/kata-deploy/scripts/kata-deploy.sh +++ b/tools/packaging/kata-deploy/scripts/kata-deploy.sh @@ -351,7 +351,7 @@ function configure_crio() { if [ "${DEBUG}" == "true" ]; then cat <