Skip to content

Commit

Permalink
Merge pull request #1856 from input-output-hk/enable_p2p_tracers
Browse files Browse the repository at this point in the history
Enable tracers useful for P2P debugging
  • Loading branch information
mkoura committed Jun 5, 2023
2 parents 170b8a8 + 86db7f0 commit 46335ec
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
10 changes: 9 additions & 1 deletion cardano_node_tests/cluster_scripts/babbage/template-config.json
Expand Up @@ -41,6 +41,12 @@
"TraceTxInbound": false,
"TraceTxOutbound": false,
"TraceTxSubmissionProtocol": false,
"TraceInboundGovernor": true,
"TraceServer": true,
"TraceInboundGovernorCounters": true,
"TraceInboundGovernorTransitions": true,
"DebugPeerSelectionInitiator": true,
"DebugPeerSelectionInitiatorResponder": true,
"TracingVerbosity": "NormalVerbosity",
"TurnOnLogMetrics": true,
"TurnOnLogging": true,
Expand Down Expand Up @@ -70,7 +76,9 @@
"cardano.node.Mux": "Info",
"cardano.node.ChainSyncProtocol": "Error",
"cardano.node.InboundGovernor": "Debug",
"cardano.node.resources": "Notice"
"cardano.node.resources": "Notice",
"cardano.node.InboundGovernor": "Debug",
"cardano.node.ConnectionManagerTransitions": "Debug"
},
"mapBackends": {
"cardano.node-metrics": [
Expand Down
Expand Up @@ -41,6 +41,12 @@
"TraceTxInbound": false,
"TraceTxOutbound": false,
"TraceTxSubmissionProtocol": false,
"TraceInboundGovernor": true,
"TraceServer": true,
"TraceInboundGovernorCounters": true,
"TraceInboundGovernorTransitions": true,
"DebugPeerSelectionInitiator": true,
"DebugPeerSelectionInitiatorResponder": true,
"TracingVerbosity": "NormalVerbosity",
"TurnOnLogMetrics": true,
"TurnOnLogging": true,
Expand Down Expand Up @@ -70,7 +76,9 @@
"cardano.node.Mux": "Info",
"cardano.node.ChainSyncProtocol": "Error",
"cardano.node.InboundGovernor": "Debug",
"cardano.node.resources": "Notice"
"cardano.node.resources": "Notice",
"cardano.node.InboundGovernor": "Debug",
"cardano.node.ConnectionManagerTransitions": "Debug"
},
"mapBackends": {
"cardano.node-metrics": [
Expand Down
Expand Up @@ -41,6 +41,12 @@
"TraceTxInbound": false,
"TraceTxOutbound": false,
"TraceTxSubmissionProtocol": false,
"TraceInboundGovernor": true,
"TraceServer": true,
"TraceInboundGovernorCounters": true,
"TraceInboundGovernorTransitions": true,
"DebugPeerSelectionInitiator": true,
"DebugPeerSelectionInitiatorResponder": true,
"TracingVerbosity": "NormalVerbosity",
"TurnOnLogMetrics": true,
"TurnOnLogging": true,
Expand Down Expand Up @@ -70,7 +76,9 @@
"cardano.node.Mux": "Info",
"cardano.node.ChainSyncProtocol": "Error",
"cardano.node.InboundGovernor": "Debug",
"cardano.node.resources": "Notice"
"cardano.node.resources": "Notice",
"cardano.node.InboundGovernor": "Debug",
"cardano.node.ConnectionManagerTransitions": "Debug"
},
"mapBackends": {
"cardano.node-metrics": [
Expand Down

0 comments on commit 46335ec

Please sign in to comment.