From b2da7093b5e278551e3da8b1dc4e7de896cd4f5e Mon Sep 17 00:00:00 2001 From: Nick <148735107+nick-bisonai@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:59:05 +0900 Subject: [PATCH] feat: log level debug (#262) --- node/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node/templates/deployment.yaml b/node/templates/deployment.yaml index 9884ff35..ed4c5665 100644 --- a/node/templates/deployment.yaml +++ b/node/templates/deployment.yaml @@ -49,6 +49,8 @@ spec: image: "{{ .Values.global.image.repository }}:{{ .Values.global.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.global.image.pullPolicy }} env: + - name: LOG_LEVEL + value: "debug" - name: APP_PORT value: "3030" - name: DATABASE_URL