Skip to content

Commit e369e07

Browse files
weltekialexellis
authored andcommitted
Add configuration options for logs
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 05a1c8c commit e369e07

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

chart/openfaas/templates/jetstream-queueworker-dep.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ spec:
6262
value: "{{ .Values.queueWorker.ackWait }}"
6363
- name: max_inflight
6464
value: "{{ .Values.queueWorker.maxInflight }}"
65+
- name: "debug"
66+
value: "{{ .Values.jetstreamQueueWorker.logs.debug }}"
67+
- name: "log_encoding"
68+
value: "{{ .Values.jetstreamQueueWorker.logs.format }}"
6569

6670
# OpenFaaS PRO license required
6771
- name: "max_retry_attempts"

chart/openfaas/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ operator:
180180
jetstreamQueueWorker:
181181
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.1.0-rc2
182182
durableName: "faas-workers"
183+
logs:
184+
debug: false
185+
format: "console"
183186

184187
# OpenFaaS Pro
185188
# The values for queueWorkerPro are merged with those under

0 commit comments

Comments
 (0)