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
Copy file name to clipboardExpand all lines: charts/cloudstack-csi/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,9 @@ syncer:
188
188
# for description of individual verbosity levels.
189
189
logVerbosityLevel: 2
190
190
191
+
# Log format. Available options are "text" and "json"
192
+
logFormat: text
193
+
191
194
# the secret should contain the cloudstack credentials
192
195
# there are several options to inject the credentials:
193
196
# 1) from kubernetes secret that doesn't exist: set "enabled" and "create" to true, this will create a secret from the values written to "data" down below
0 commit comments