diff --git a/clients/trin-bridge/trin_bridge.sh b/clients/trin-bridge/trin_bridge.sh index adf163e147..3cd3e49ed9 100644 --- a/clients/trin-bridge/trin_bridge.sh +++ b/clients/trin-bridge/trin_bridge.sh @@ -13,4 +13,4 @@ else exit 1 fi -RUST_LOG="error,portal_bridge=debug,portalnet=debug" portal-bridge $FLAGS --executable-path /usr/bin/trin --mode test:/test_data_collection_of_forks_blocks.yaml --external-ip $IP_ADDR --epoch-accumulator-path . trin +RUST_LOG="trace,neli=error,rustls=error,polling=error,async_io=error,hyper=error,discv5=info,jsonrpsee_types::params=error,jsonrpsee_core::http_helpers=error" portal-bridge $FLAGS --executable-path /usr/bin/trin --mode test:/test_data_collection_of_forks_blocks.yaml --external-ip $IP_ADDR --epoch-accumulator-path . trin diff --git a/clients/trin/trin.sh b/clients/trin/trin.sh index 1d9ef6ebf6..019d4099a1 100644 --- a/clients/trin/trin.sh +++ b/clients/trin/trin.sh @@ -16,4 +16,4 @@ else FLAGS="$FLAGS --portal-subnetworks history" fi -RUST_LOG="trace,neli=error" trin --web3-transport http --web3-http-address http://0.0.0.0:8545 --external-address "$IP_ADDR":9009 --bootnodes none $FLAGS +RUST_LOG="trace,neli=error,hyper=error,discv5=info" trin --web3-transport http --web3-http-address http://0.0.0.0:8545 --external-address "$IP_ADDR":9009 --bootnodes none $FLAGS