Skip to content

Commit

Permalink
Revert "Parachain log level decreased to debug in 0009-approval-votin…
Browse files Browse the repository at this point in the history
…g-coalescing test, TODO: drop before merge"

This reverts commit 982bbc7.
  • Loading branch information
ErakhtinB committed Dec 20, 2024
1 parent f564980 commit 66ff317
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ requests = { memory = "2G", cpu = "1" }

[[relaychain.node_groups]]
name = "alice"
args = [ "-lparachain=debug,runtime=debug" ]
args = [ "-lparachain=trace,runtime=debug" ]
count = 6

[[relaychain.node_groups]]
name = "kagome-alice"
command = "kagome"
prometheus_prefix = "kagome"
args = [ "-lparachain=debug", "-lruntime=debug", "--wasm-execution=Compiled" ]
args = [ "-lparachain=trace", "-lruntime=debug", "--wasm-execution=Compiled" ]
count = 7

[[parachains]]
Expand Down

0 comments on commit 66ff317

Please sign in to comment.