We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4186611 commit 056b6daCopy full SHA for 056b6da
nix/workbench/service/tracing.nix
@@ -97,10 +97,8 @@ let
97
## Silencing the tracers below aims at having a comparable log line rates (msgs per second) on UTxO-HD and regular nodes.
98
"ChainDB.LedgerEvent.Forker".severity = "Silence";
99
"Mempool.AttemptAdd".severity = "Silence";
100
- "Mempool.AttemptingSync".severity = "Silence";
101
"Mempool.LedgerFound".severity = "Silence";
102
"Mempool.LedgerNotFound".severity = "Silence";
103
- "Mempool.SyncDone".severity = "Silence";
104
"Mempool.SyncNotNeeded".severity = "Silence";
105
106
## enable this to investigate tx validation errors, e.g. fee to small for Plutus script txns
0 commit comments