From c3c3f23b3330990c8d9c0bcdb4be4e960d5a5b82 Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Wed, 5 Mar 2025 09:21:08 +0800 Subject: [PATCH] runtime-rs: Fix log_level's comments in configuration-dragonball.toml.in Add double quotes to fix log_level's comments in configuration-dragonball.toml.in. Fixes: #10974 Signed-off-by: Hui Zhu --- src/runtime-rs/config/configuration-dragonball.toml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/runtime-rs/config/configuration-dragonball.toml.in b/src/runtime-rs/config/configuration-dragonball.toml.in index 5d1b8e408f..c5e44188d7 100644 --- a/src/runtime-rs/config/configuration-dragonball.toml.in +++ b/src/runtime-rs/config/configuration-dragonball.toml.in @@ -138,7 +138,7 @@ block_device_driver = "@DEFBLOCKSTORAGEDRIVER_DB@" # - error # - critical # Default: info -#log_level = info +#log_level = "info" # Disable the customizations done in the runtime when it detects # that it is running on top a VMM. This will result in the runtime @@ -232,7 +232,7 @@ container_pipe_size=@PIPESIZE@ # - error # - critical # (default: info) -#log_level = info +#log_level = "info" # Enable agent tracing. # @@ -379,7 +379,7 @@ container_pipe_size=@PIPESIZE@ # - error # - critical # (default: info) -#log_level = info +#log_level = "info" # If enabled, enabled, it means that 1) if the runtime exits abnormally, # the cleanup process will be skipped, and 2) the runtime will not exit