Skip to content

Commit

Permalink
Merge pull request #1654 from input-output-hk/trace_setup
Browse files Browse the repository at this point in the history
Turn on additional traces and set individual severity
  • Loading branch information
mkoura committed Feb 10, 2023
2 parents 2ee5861 + 0d9dc75 commit c7f4259
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
21 changes: 19 additions & 2 deletions cardano_node_tests/cluster_scripts/babbage/template-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,20 @@
"TraceDNSSubscription": true,
"TraceErrorPolicy": true,
"TraceForge": true,
"TraceHandshake": false,
"TraceHandshake": true,
"TraceIpSubscription": true,
"TraceLocalChainSyncProtocol": false,
"TraceLocalErrorPolicy": true,
"TraceLocalHandshake": false,
"TraceLocalTxSubmissionProtocol": false,
"TraceLocalTxSubmissionServer": false,
"TraceMempool": true,
"TraceMux": false,
"TraceMux": true,
"TraceConnectionManager": true,
"TraceConnectionManagerTransitions": true,
"TracePeerSelection": true,
"TracePeerSelectionActions": true,
"TraceDebugPeerSelection": true,
"TraceTxInbound": false,
"TraceTxOutbound": false,
"TraceTxSubmissionProtocol": false,
Expand All @@ -55,6 +60,18 @@
],
"minSeverity": "Info",
"options": {
"mapSeverity": {
"cardano.node.ConnectionManager": "Debug",
"cardano.node.ConnectionManagerTransition": "Debug",
"cardano.node.PeerSelection": "Info",
"cardano.node.DebugPeerSelection": "Debug",
"cardano.node.PeerSelectionActions": "Debug",
"cardano.node.Handshake": "Debug",
"cardano.node.Mux": "Info",
"cardano.node.ChainSyncProtocol": "Error",
"cardano.node.InboundGovernor": "Debug",
"cardano.node.resources": "Notice"
},
"mapBackends": {
"cardano.node-metrics": [
"EKGViewBK"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,20 @@
"TraceDNSSubscription": true,
"TraceErrorPolicy": true,
"TraceForge": true,
"TraceHandshake": false,
"TraceHandshake": true,
"TraceIpSubscription": true,
"TraceLocalChainSyncProtocol": false,
"TraceLocalErrorPolicy": true,
"TraceLocalHandshake": false,
"TraceLocalTxSubmissionProtocol": false,
"TraceLocalTxSubmissionServer": false,
"TraceMempool": true,
"TraceMux": false,
"TraceMux": true,
"TraceConnectionManager": true,
"TraceConnectionManagerTransitions": true,
"TracePeerSelection": true,
"TracePeerSelectionActions": true,
"TraceDebugPeerSelection": true,
"TraceTxInbound": false,
"TraceTxOutbound": false,
"TraceTxSubmissionProtocol": false,
Expand All @@ -55,6 +60,18 @@
],
"minSeverity": "Info",
"options": {
"mapSeverity": {
"cardano.node.ConnectionManager": "Debug",
"cardano.node.ConnectionManagerTransition": "Debug",
"cardano.node.PeerSelection": "Info",
"cardano.node.DebugPeerSelection": "Debug",
"cardano.node.PeerSelectionActions": "Debug",
"cardano.node.Handshake": "Debug",
"cardano.node.Mux": "Info",
"cardano.node.ChainSyncProtocol": "Error",
"cardano.node.InboundGovernor": "Debug",
"cardano.node.resources": "Notice"
},
"mapBackends": {
"cardano.node-metrics": [
"EKGViewBK"
Expand Down

0 comments on commit c7f4259

Please sign in to comment.