mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-21 18:53:30 +00:00
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 <teawater@antgroup.com>
This commit is contained in:
parent
edf6af2a43
commit
c3c3f23b33
@ -138,7 +138,7 @@ block_device_driver = "@DEFBLOCKSTORAGEDRIVER_DB@"
|
|||||||
# - error
|
# - error
|
||||||
# - critical
|
# - critical
|
||||||
# Default: info
|
# Default: info
|
||||||
#log_level = info
|
#log_level = "info"
|
||||||
|
|
||||||
# Disable the customizations done in the runtime when it detects
|
# Disable the customizations done in the runtime when it detects
|
||||||
# that it is running on top a VMM. This will result in the runtime
|
# that it is running on top a VMM. This will result in the runtime
|
||||||
@ -232,7 +232,7 @@ container_pipe_size=@PIPESIZE@
|
|||||||
# - error
|
# - error
|
||||||
# - critical
|
# - critical
|
||||||
# (default: info)
|
# (default: info)
|
||||||
#log_level = info
|
#log_level = "info"
|
||||||
|
|
||||||
# Enable agent tracing.
|
# Enable agent tracing.
|
||||||
#
|
#
|
||||||
@ -379,7 +379,7 @@ container_pipe_size=@PIPESIZE@
|
|||||||
# - error
|
# - error
|
||||||
# - critical
|
# - critical
|
||||||
# (default: info)
|
# (default: info)
|
||||||
#log_level = info
|
#log_level = "info"
|
||||||
|
|
||||||
# If enabled, enabled, it means that 1) if the runtime exits abnormally,
|
# 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
|
# the cleanup process will be skipped, and 2) the runtime will not exit
|
||||||
|
Loading…
Reference in New Issue
Block a user