Skip to content

Commit

Permalink
adding rust backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Jul 31, 2024
1 parent 44019fc commit a334497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/inventories/devnet-0/group_vars/reth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ reth_container_env:
VIRTUAL_HOST: "{{ ethereum_node_rcp_hostname }}"
VIRTUAL_PORT: "{{ ethereum_node_el_ports_http_rpc | string }}"
LETSENCRYPT_HOST: "{{ ethereum_node_rcp_hostname }}"
RUST_BACKTRACE: "full"
reth_container_volumes:
- "{{ reth_datadir }}:/data"
- "{{ reth_auth_jwt_path }}:/execution-auth.jwt:ro"
Expand Down

0 comments on commit a334497

Please sign in to comment.