Skip to content

Commit 03d3851

Browse files
chore: Modify reth docker files log level to info from warn (#2494)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview Set log level from warn to info so starting reth node locally emits logs and a user can see it in action <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> --> Co-authored-by: Marko <marko@baricevic.me>
1 parent 0724820 commit 03d3851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

execution/evm/docker/docker-compose-full-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- ./jwttoken:/root/jwt:ro
3737
- reth:/home/reth/eth-home
3838
environment:
39-
- RUST_LOG=warn,lumen_rollkit=info
39+
- RUST_LOG=info,lumen_rollkit=info
4040
entrypoint: /bin/sh -c
4141
command:
4242
- |

execution/evm/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- ./jwttoken:/root/jwt:ro
3737
- reth:/home/reth/eth-home
3838
environment:
39-
- RUST_LOG=warn,lumen_rollkit=info
39+
- RUST_LOG=info,lumen_rollkit=info
4040
entrypoint: /bin/sh -c
4141
command:
4242
- |

0 commit comments

Comments
 (0)