Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
walk back log change
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Oct 13, 2023
1 parent 0f24b0f commit f5d9d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rollup/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: {{ .Values.config.rollup.name }}-conductor-env
namespace: {{ .Values.namespace }}
data:
ASTRIA_CONDUCTOR_LOG: "{{ .Values.config.logLevel }}"
ASTRIA_CONDUCTOR_LOG: "astria-conductor={{ .Values.config.logLevel }}"
ASTRIA_CONDUCTOR_CELESTIA_NODE_URL: "{{ .Values.config.celestia.fullNodeUrl }}"
ASTRIA_CONDUCTOR_CHAIN_ID: "{{ .Values.config.rollup.chainId }}"
ASTRIA_CONDUCTOR_EXECUTION_RPC_URL: "http://127.0.0.1:{{ .Values.ports.executionGRPC }}"
Expand Down

0 comments on commit f5d9d24

Please sign in to comment.