Skip to content

Commit

Permalink
feat: log level debug (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai authored Apr 2, 2024
1 parent 1950af9 commit b2da709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2da709

Please sign in to comment.