Skip to content

Commit

Permalink
tx-generator: silence n2nsubmit tracers
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier authored and deepfire committed Mar 31, 2023
1 parent 95f30ce commit 2ecf967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/tx-generator/src/Cardano/Benchmarking/Tracer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ initialTraceConfig = TraceConfig {
tcOptions = Map.fromList
[ ([], [configSilent])
, setMaxDetail "benchmark"
, setMaxDetail "submitN2N"
, (["submitN2N"], [configSilent])
, setMaxDetail "connect"
, setMaxDetail "submit"
]
Expand Down

0 comments on commit 2ecf967

Please sign in to comment.