From dbd0d4ab1cf49113e641c36236543a8b4cab88a7 Mon Sep 17 00:00:00 2001 From: danbugs Date: Wed, 13 May 2026 18:17:28 +0000 Subject: [PATCH] fix: silence python-agent-driver kernel boot logs Signed-off-by: danbugs --- examples/python-agent-driver/kraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python-agent-driver/kraft.yaml b/examples/python-agent-driver/kraft.yaml index 4e4cc2e..280d421 100644 --- a/examples/python-agent-driver/kraft.yaml +++ b/examples/python-agent-driver/kraft.yaml @@ -11,9 +11,9 @@ unikraft: CONFIG_LIBUKINTCTLR_HYPERLIGHT: 'y' CONFIG_HYPERLIGHT_MAX_GUEST_LOG_LEVEL: 4 - CONFIG_LIBUKPRINT_KLVL_INFO: 'y' + CONFIG_LIBUKPRINT_KLVL_CRIT: 'y' CONFIG_LIBUKPRINT_PRINT_TIME: 'n' - CONFIG_LIBUKPRINT_PRINT_SRCNAME: 'y' + CONFIG_LIBUKPRINT_PRINT_SRCNAME: 'n' CONFIG_LIBUKBOOT_BANNER_NONE: 'y' CONFIG_OPTIMIZE_SIZE: 'y' CONFIG_OPTIMIZE_PIE: 'y'