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 Apr 1, 2023
1 parent 99e0eee commit 1356606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/tx-generator/src/Cardano/Benchmarking/Tracer.hs
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 1356606

Please sign in to comment.