Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Sep 11, 2024
1 parent 4a4b500 commit 133131b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spartan/aztec-network/templates/pxe.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ spec:
value: {{ include "aztec-network.bootNodeUrl" . | quote }}
- name: LOG_JSON
value: "1"
- name: LOG_LEVEL
value: "{{ .Values.pxe.logLevel }}"
- name: DEBUG
value: "{{ .Values.pxe.debug }}"
ports:
- name: http
containerPort: {{ .Values.pxe.service.port }}
Expand Down
6 changes: 6 additions & 0 deletions spartan/aztec-network/templates/tests/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ spec:
value: {{ .Values.scenario }}
- name: PXE_URL
value: {{ include "aztec-network.pxeUrl" . | quote }}
- name: DEBUG
value: "aztec:*"
- name: LOG_LEVEL
value: "debug"
- name: LOG_JSON
value: "1"
2 changes: 2 additions & 0 deletions spartan/aztec-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ proverNode:
resources: {}

pxe:
logLevel: "debug"
debug: "aztec:*"
replicas: 1
service:
type: ClusterIP
Expand Down

0 comments on commit 133131b

Please sign in to comment.