Skip to content

Commit

Permalink
change logs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Mar 10, 2024
1 parent de30195 commit 10d6265
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions etc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ services:
- mainnet_data:/root/.local/share/reth/mainnet
- sepolia_data:/root/.local/share/reth/sepolia
- holesky_data:/root/.local/share/reth/holesky
- logs:/root/rethlogs
- logs:/root/logs
- ./jwttoken:/root/jwt:ro
# For Sepolia, replace `--chain mainnet` with `--chain sepolia`
# For Holesky, replace `--chain mainnet` with `--chain holesky`
command: >
node
--chain mainnet
--metrics 0.0.0.0:9001
--log.file.directory /root/rethlogs
--log.file.directory /root/logs
--authrpc.addr 0.0.0.0
--authrpc.port 8551
--authrpc.jwtsecret /root/jwt/jwt.hex
Expand Down
6 changes: 0 additions & 6 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ reth-provider.workspace = true
reth-rpc-builder.workspace = true
reth-rpc-types.workspace = true
reth-rpc-types-compat.workspace = true
reth-rpc-api = { workspace = true, features = ["client"] }

reth-revm.workspace = true
reth-blockchain-tree.workspace = true
Expand All @@ -28,8 +27,6 @@ futures.workspace = true
async-trait.workspace = true
tokio.workspace = true

jsonrpsee.workspace = true

jemallocator = { version = "0.5.0", features = ["profiling"] }

[[example]]
Expand All @@ -44,6 +41,3 @@ path = "network.rs"
name = "network-txpool"
path = "network-txpool.rs"

[[example]]
name = "db-read-load"
path = "db-read-load.rs"

0 comments on commit 10d6265

Please sign in to comment.