Skip to content

Commit

Permalink
Merge #1957
Browse files Browse the repository at this point in the history
1957: Adjust chairman logging configuration r=newhoggy a=newhoggy

Adjust chairman logging configuration as per the following:

```
TraceIpSubscription at Info level
TraceMux at Info level (Debug would be too noisy)
DnsSubscription can be turned off as the test is not using dns addresses
Handshake cat be used at Debug level
```

Co-authored-by: John Ky <john.ky@iohk.io>
  • Loading branch information
iohk-bors[bot] and newhoggy committed Oct 28, 2020
2 parents f8fcb75 + 92d45ae commit fb8c3d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions configuration/chairman/byron-shelley/configuration.yaml
Expand Up @@ -189,7 +189,7 @@ PBftSignatureThreshold: 0.6
TraceDNSResolver: True

# Trace DNS Subscription messages.
TraceDNSSubscription: True
TraceDNSSubscription: False

# Trace error policy resolution.
TraceErrorPolicy: True
Expand All @@ -201,7 +201,7 @@ TraceLocalErrorPolicy: True
TraceForge: True

# Trace Handshake protocol messages.
TraceHandshake: False
TraceHandshake: True

# Trace IP Subscription messages.
TraceIpSubscription: True
Expand All @@ -224,7 +224,7 @@ TraceLocalTxSubmissionServer: False
TraceMempool: True

# Trace Mux Events.
TraceMux: False
TraceMux: True

# Trace TxSubmission server (inbound transactions).
TraceTxInbound: False
Expand Down Expand Up @@ -284,5 +284,8 @@ options:
mapSeverity:
cardano.node.ChainDB: Notice
cardano.node.DnsSubscription: Debug
cardano.node.TraceIpSubscription: Info
cardano.node.TraceMux: Info
cardano.node.Handshake: Debug

TestShelleyHardForkAtEpoch: 1
9 changes: 6 additions & 3 deletions configuration/chairman/shelly-only/configuration.yaml
Expand Up @@ -183,7 +183,7 @@ TraceChainSyncProtocol: False
TraceDNSResolver: True

# Trace DNS Subscription messages.
TraceDNSSubscription: True
TraceDNSSubscription: False

# Trace error policy resolution.
TraceErrorPolicy: True
Expand All @@ -195,7 +195,7 @@ TraceLocalErrorPolicy: True
TraceForge: True

# Trace Handshake protocol messages.
TraceHandshake: False
TraceHandshake: True

# Trace IP Subscription messages.
TraceIpSubscription: True
Expand All @@ -216,7 +216,7 @@ TraceLocalTxSubmissionServer: False
TraceMempool: True

# Trace Mux Events
TraceMux: False
TraceMux: True

# Trace TxSubmission server (inbound transactions).
TraceTxInbound: False
Expand Down Expand Up @@ -275,4 +275,7 @@ options:
mapSeverity:
cardano.node.ChainDB: Notice
cardano.node.DnsSubscription: Debug
cardano.node.TraceIpSubscription: Info
cardano.node.TraceMux: Info
cardano.node.Handshake: Debug

0 comments on commit fb8c3d9

Please sign in to comment.