Browse Source

Added debug option

master
Fábio Kaiser Rauber 4 years ago
parent
commit
4354c2102f
  1. 12
      charts/nsx-ncp-operator/v0.1.0/questions.yaml
  2. 4
      charts/nsx-ncp-operator/v0.1.0/values.yaml

12
charts/nsx-ncp-operator/v0.1.0/questions.yaml

@ -168,3 +168,15 @@ questions:
type: string
group: NSX
required: false
# Logging and Debug
- variable: ncp.default.debug
default: "False"
description: "If set to true, the logging level will be set to DEBUG instead of the default INFO level."
label: "Debug?"
type: enum
options:
- True
- False
group: Logging and Debug
required: false

4
charts/nsx-ncp-operator/v0.1.0/values.yaml

@ -64,10 +64,10 @@ ncp:
# Enable system health status report for SHA
#enable_sha: True
default: {}
default:
# If set to true, the logging level will be set to DEBUG instead of the
# default INFO level.
#debug: False
debug: False
# If set to true, log output to standard error.
#use_stderr: True

Loading…
Cancel
Save