Skip to content

Commit de79e51

Browse files
Add ability to override logging level via Helm values
Also removes duplicate logging definition
1 parent f26c71f commit de79e51

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

infrastructure/helm/bailo/templates/bailo/bailo.configmap.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ data:
101101
},
102102
103103
log: {
104-
level: 'info',
104+
level: '{{ .Values.config.logging.level }}',
105105
},
106106
107107
session: {
@@ -226,10 +226,6 @@ data:
226226
},
227227
},
228228
229-
log: {
230-
level: 'trace',
231-
},
232-
233229
instrumentation: {
234230
enabled: {{ .Values.instrumentation.enabled }},
235231
endpoint: '{{ .Values.instrumentation.endpoint }}',

0 commit comments

Comments
 (0)