File tree 1 file changed +1
-14
lines changed 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -79,20 +79,7 @@ Currently the log levels correspond to:
79
79
| TraceAll | 10 |
80
80
81
81
82
- The log level of cluster-kube-controller-manager-operator can be increased by setting ` .spec.operatorLogLevel ` field:
83
- ```
84
- $ oc explain KubeControllerManager.spec.operatorLogLevel
85
- GROUP: operator.openshift.io
86
- KIND: KubeControllerManager
87
- VERSION: v1
88
- FIELD: operatorLogLevel <string>
89
- DESCRIPTION:
90
- operatorLogLevel is an intent based logging for the operator itself. It
91
- does not give fine grained control, but it is a simple way to manage coarse
92
- grained logging choices that operators have to interpret for themselves.
93
- Valid values are: "Normal", "Debug", "Trace", "TraceAll". Defaults to
94
- "Normal".
95
- ```
82
+ Similarly, the log level of cluster-kube-controller-manager-operator can be increased by setting the ` .spec.operatorLogLevel ` field:
96
83
For example:
97
84
``` yaml
98
85
apiVersion : operator.openshift.io/v1
You can’t perform that action at this time.
0 commit comments