From 512cd595cdd24e1c67324716d6fa1b921b8b2038 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 24 Jan 2018 13:54:58 +0000 Subject: [PATCH] config: Clean up hypervisor debug comments Reworded the hypervisor debug option comments in the config file template to remove out of date information. Fixes #953. Signed-off-by: James O. D. Hunt --- config/configuration.toml.in | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/config/configuration.toml.in b/config/configuration.toml.in index 087e040c..d4066a71 100644 --- a/config/configuration.toml.in +++ b/config/configuration.toml.in @@ -70,15 +70,11 @@ disable_block_device_use = @DEFDISABLEBLOCK@ # The behaviour is undefined if mem_prealloc is also set to true #enable_swap = true -# Debug changes the default hypervisor and kernel parameters to -# enable debug output where available. -# Default false -# these logs can be obtained in the cc-proxy logs when the -# proxy is set to run in debug mode -# /usr/libexec/clear-containers/cc-proxy -log debug -# or by stopping the cc-proxy service and running the cc-proxy -# explicitly using the same command line +# This option changes the default hypervisor and kernel parameters +# to enable debug output where available. This extra output is added +# to the proxy logs, but only when proxy debug is also enabled. # +# Default false #enable_debug = true # Disable the customizations done in the runtime when it detects