@@ -21,7 +21,6 @@ MaxConcurrencyBulkSync: 1
2121# The maximum number of used peers when fetching newly forged blocks.
2222MaxConcurrencyDeadline : 2
2323
24-
2524# _ _ _ _ ____
2625# | | | |_ __ __| | __ _| |_ ___ | _ \ __ _ _ __ __ _ _ __ ___ ___
2726# | | | | '_ \ / _` |/ _` | __/ _ \ | |_) / _` | '__/ _` | '_ ` _ \/ __|
@@ -61,32 +60,32 @@ defaultBackends:
6160# - stdout
6261
6362# Tracing options cargo-culted from cardano-node/configuration/byron-mainnet/configuration.yaml
64- TraceBlockFetchClient : True
65- TraceBlockFetchDecisions : True
66- TraceBlockFetchProtocol : True
67- TraceBlockFetchProtocolSerialised : True
68- TraceBlockFetchServer : True
63+ TraceBlockFetchClient : False
64+ TraceBlockFetchDecisions : False
65+ TraceBlockFetchProtocol : False
66+ TraceBlockFetchProtocolSerialised : False
67+ TraceBlockFetchServer : False
6968TraceChainDb : True
70- TraceChainSyncClient : True
71- TraceChainSyncBlockServer : True
72- TraceChainSyncHeaderServer : True
73- TraceChainSyncProtocol : True
69+ TraceChainSyncClient : False
70+ TraceChainSyncBlockServer : False
71+ TraceChainSyncHeaderServer : False
72+ TraceChainSyncProtocol : False
7473TraceDNSResolver : True
7574TraceDNSSubscription : True
7675TraceErrorPolicy : True
7776TraceLocalErrorPolicy : True
7877TraceForge : True
7978TraceHandshake : False
8079TraceIpSubscription : True
81- TraceLocalChainSyncProtocol : True
80+ TraceLocalChainSyncProtocol : False
8281TraceLocalHandshake : False
83- TraceLocalTxSubmissionProtocol : True
84- TraceLocalTxSubmissionServer : True
82+ TraceLocalTxSubmissionProtocol : False
83+ TraceLocalTxSubmissionServer : False
8584TraceMempool : True
86- TraceMux : True
87- TraceTxInbound : True
88- TraceTxOutbound : True
89- TraceTxSubmissionProtocol : True
85+ TraceMux : False
86+ TraceTxInbound : False
87+ TraceTxOutbound : False
88+ TraceTxSubmissionProtocol : False
9089
9190# more options which can be passed as key-value pairs:
9291options :
0 commit comments