We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a932ac + ebf8fb7 commit 84e0201Copy full SHA for 84e0201
README.md
@@ -78,6 +78,29 @@ Currently the log levels correspond to:
78
| Trace | 6 |
79
| TraceAll | 10 |
80
81
+
82
+Similarly, the log level of cluster-kube-controller-manager-operator can be increased by setting the `.spec.operatorLogLevel` field:
83
+For example:
84
+```yaml
85
+apiVersion: operator.openshift.io/v1
86
+kind: KubeControllerManager
87
+metadata:
88
+ name: cluster
89
+spec:
90
+ operatorLogLevel: Debug
91
+ ...
92
+```
93
94
+Currently the operator log levels correspond to:
95
96
+| logLevel | log level |
97
+| -------- | --------- |
98
+| Normal | 2 |
99
+| Debug | 4 |
100
+| Trace | 6 |
101
+| TraceAll | 8 |
102
103
104
```
105
$ oc explain kubecontrollermanager
106
0 commit comments