We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f59913 commit 972d932Copy full SHA for 972d932
template/deploy/helm/[[operator]]/templates/_telemetry.tpl
@@ -11,6 +11,10 @@ Create a list of telemetry related env vars.
11
- name: CONSOLE_LOG_LEVEL
12
value: {{ .consoleLog.level }}
13
{{ end }}
14
+{{- if .consoleLog.format }}
15
+- name: CONSOLE_LOG_FORMAT
16
+ value: {{ .consoleLog.format }}
17
+{{ end }}
18
{{- if .fileLog.enabled }}
19
- name: FILE_LOG_DIRECTORY
20
value: /stackable/logs/{{ include "operator.appname" $ }}
0 commit comments