Skip to content

Commit

Permalink
remove extra tracing on test deployments (paritytech#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Feb 3, 2023
1 parent bdb84ce commit 99754a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/bridges/rialto-millau/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- ./bridges/common:/common
- ./bridges/rialto-millau/entrypoints:/entrypoints
environment:
RUST_LOG: rpc=trace,bridge=trace,jsonrpsee=trace,jsonrpsee_core=trace,jsonrpsee_ws_client=trace,rustls=trace,soketto=trace
RUST_LOG: rpc=trace,bridge=trace
ports:
- "10016:9616"
depends_on: &all-nodes
Expand Down
2 changes: 0 additions & 2 deletions deployments/networks/rialto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ services:
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
environment:
RUST_LOG: runtime=trace,rpc=debug,txpool=trace,runtime::bridge=trace,beefy=debug,jsonrpsee=trace,jsonrpsee_core=trace,jsonrpsee_server=trace,rustls=trace,soketto=trace
ports:
- "10133:9933"
- "10144:9944"
Expand Down

0 comments on commit 99754a0

Please sign in to comment.