From a30b9233292d2180c600668ea5d0df11e4910f9c Mon Sep 17 00:00:00 2001 From: Dvir Yosef Date: Mon, 11 Sep 2023 17:57:14 +0300 Subject: [PATCH] CR fix. --- deployments/helm/templates/deployment.yaml | 3 --- deployments/helm/values.yaml | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/deployments/helm/templates/deployment.yaml b/deployments/helm/templates/deployment.yaml index 1dcdbdd49d..a6f2d69006 100644 --- a/deployments/helm/templates/deployment.yaml +++ b/deployments/helm/templates/deployment.yaml @@ -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 }} diff --git a/deployments/helm/values.yaml b/deployments/helm/values.yaml index bb92832b23..762df47483 100644 --- a/deployments/helm/values.yaml +++ b/deployments/helm/values.yaml @@ -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 @@ -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: