Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
config: Clean up hypervisor debug comments
Browse files Browse the repository at this point in the history
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 <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Jan 24, 2018
1 parent 322bcb6 commit 512cd59
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions config/configuration.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 512cd59

Please sign in to comment.