Skip to content

Commit

Permalink
CR fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DvirYo-starkware committed Sep 11, 2023
1 parent c47649f commit a30b923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions deployments/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ spec:
cpu: {{ .Values.deployment.resources.requests.cpu | quote}}
memory: {{ .Values.deployment.resources.requests.memory }}
{{- if not .Values.backup.enabled }}
env:
- name: RUST_LOG
value: papyrus=DEBUG
args:
- --chain_id
- {{ .Values.starknet.chainId }}
Expand Down
4 changes: 3 additions & 1 deletion deployments/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Default values for a papyrus deployment.

# The verbosity level of logs ("debug", "info", "error", etc.)
rustLogLevel: "info"
rustLogLevel: "debug"

node:
# Number of concurrent requests to the SN feeder gateway
Expand All @@ -11,6 +11,8 @@ node:
base_layer_node_url:

# If true, metrics will be collected and exposed on the monitoring port.
# Note: this is not a guarantee the metrics will be collected. To see where
# they collected see the deployment.yaml file.
collect_metrics: true

starknet:
Expand Down

0 comments on commit a30b923

Please sign in to comment.