Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions configuration/cardano/mainnet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"maxReconnectDelay": 30
},
"TraceOptionMetricsPrefix": "cardano.node.metrics.",
"TraceOptionPeerFrequency": 2000,
"TraceOptionResourceFrequency": 1000,
"TraceOptions": {
"": {
Expand All @@ -46,7 +45,7 @@
"maxFrequency": 2.0
},
"BlockFetch.Decision": {
"severity": "Silence"
"severity": "Info"
},
"ChainDB": {
"severity": "Info"
Expand Down Expand Up @@ -90,9 +89,6 @@
"Net.ConnectionManager.Remote": {
"severity": "Info"
},
"Net.ConnectionManager.Remote.ConnectionManagerCounters": {
"severity": "Silence"
},
"Net.InboundGovernor": {
"severity": "Warning"
},
Expand All @@ -103,7 +99,7 @@
"severity": "Info"
},
"Net.PeerSelection": {
"severity": "Silence"
"severity": "Info"
},
"Resources": {
"severity": "Silence"
Expand Down
10 changes: 2 additions & 8 deletions configuration/cardano/mainnet-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ TraceOptionMetricsPrefix: "cardano.node.metrics."
# set in downstream code where the node's name is known.
# TraceOptionNodeName:

# The frequency of peer messages.
TraceOptionPeerFrequency: 2000

# The frequency of resource messages.
TraceOptionResourceFrequency: 1000

Expand Down Expand Up @@ -186,7 +183,7 @@ TraceOptions:
maxFrequency: 2.0

BlockFetch.Decision:
severity: Silence
severity: Info

ChainDB:
severity: Info
Expand Down Expand Up @@ -221,9 +218,6 @@ TraceOptions:
Net.ConnectionManager.Remote:
severity: Info

Net.ConnectionManager.Remote.ConnectionManagerCounters:
severity: Silence

Net.InboundGovernor:
severity: Warning

Expand All @@ -234,7 +228,7 @@ TraceOptions:
severity: Info

Net.PeerSelection:
severity: Silence
severity: Info

Resources:
severity: Silence
Expand Down
8 changes: 2 additions & 6 deletions configuration/cardano/testnet-template-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"maxReconnectDelay": 30
},
"TraceOptionMetricsPrefix": "cardano.node.metrics.",
"TraceOptionPeerFrequency": 2000,
"TraceOptionResourceFrequency": 1000,
"TraceOptions": {
"": {
Expand All @@ -50,7 +49,7 @@
"maxFrequency": 2.0
},
"BlockFetch.Decision": {
"severity": "Silence"
"severity": "Info"
},
"ChainDB": {
"severity": "Info"
Expand Down Expand Up @@ -94,9 +93,6 @@
"Net.ConnectionManager.Remote": {
"severity": "Info"
},
"Net.ConnectionManager.Remote.ConnectionManagerCounters": {
"severity": "Silence"
},
"Net.InboundGovernor": {
"severity": "Warning"
},
Expand All @@ -107,7 +103,7 @@
"severity": "Info"
},
"Net.PeerSelection": {
"severity": "Silence"
"severity": "Info"
},
"Resources": {
"severity": "Silence"
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading