You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make log verbosity configurable in helm installation (#397)
Make log verbosity level configurable via chart values, rather than hard-coding --v values (several components are currently set at --v=5, the most verbose level, intended for trace-level logging). For backwards compatibility the defaults are set to match the previous hard-coded values everywhere, but this can now be overridden via csiController.{attacher|provisioner|resizer|snapshotController}.logLevel for the controller (or csiController.logLevel to set the default for all four), csiNode.driverRegistrar.logLevel for the CSI node and cvcOperator.logLevel for the CVC operator.
Signed-off-by: Ian Roberts <[email protected]>
| csiController.componentName | string |`"openebs-cstor-csi-controller"`| CSI controller component name |
128
+
| csiController.logLevel | string |`"5"`| Default log level for all CSI controller containers (1 = least verbose, 5 = most verbose) unless overridden for a specific container |
| csiNode.kubeletDir | string |`"/var/lib/kubelet/"`| Kubelet root dir |
160
166
| csiNode.labels | object |`{}`| CSI Node pod labels |
167
+
| csiNode.logLevel | string |`"5"`| Default log level for CSI node containers (1 = least verbose, 5 = most verbose) unless overriden for a specific container |
161
168
| csiNode.nodeSelector | object |`{}`| CSI Node pod nodeSelector |
162
169
| csiNode.podAnnotations | object |`{}`| CSI Node pod annotations |
163
170
| csiNode.resources | object |`{}`| CSI Node pod resources |
0 commit comments