Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion clients/reth/reth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
# Immediately abort the script on any error encountered
set -ex

# no ansi colors
export RUST_LOG_STYLE=never

reth=/usr/local/bin/reth

case "$HIVE_LOGLEVEL" in
Expand Down Expand Up @@ -157,5 +160,4 @@ FLAGS="$FLAGS --nat none"

# Launch the main client.
echo "Running reth with flags: $FLAGS"
export RUST_LOG_STYLE=never
RUST_LOG=info $reth node $FLAGS