|
17 | 17 | # set in downstream code where the node's name is known. |
18 | 18 | # TraceOptionNodeName = |
19 | 19 |
|
20 | | - # The frequency of peer messages. |
21 | | - TraceOptionPeerFrequency = 2000; |
22 | | - |
23 | 20 | # The frequency of resource messages. |
24 | 21 | TraceOptionResourceFrequency = 1000; |
25 | 22 |
|
|
84 | 81 |
|
85 | 82 | # The following tracer configurations are configured to closely match the |
86 | 83 | # default logging seen in the legacy cardano-node tracing system. |
87 | | - "BlockFetch.Decision".severity = "Silence"; |
| 84 | + "BlockFetch.Decision".severity = "Info"; |
88 | 85 | "ChainDB.AddBlockEvent.AddBlockValidation".severity = "Silence"; |
89 | 86 | "ChainDB".severity = "Info"; |
90 | 87 | "ChainSync.Client".severity = "Warning"; |
91 | 88 | "Forge.Loop".severity = "Info"; |
92 | 89 | "Forge.StateInfo".severity = "Info"; |
93 | 90 | "Mempool".severity = "Info"; |
94 | | - "Net.ConnectionManager.Remote.ConnectionManagerCounters".severity = "Silence"; |
95 | 91 | "Net.ConnectionManager.Remote".severity = "Info"; |
96 | 92 | "Net.ErrorPolicy.Local".severity = "Info"; |
97 | 93 | "Net.ErrorPolicy".severity = "Info"; |
98 | 94 | "Net.InboundGovernor.Remote".severity = "Info"; |
99 | 95 | "Net.InboundGovernor".severity = "Warning"; |
100 | 96 | "Net.Mux.Remote".severity = "Info"; |
101 | | - "Net.PeerSelection".severity = "Silence"; |
102 | | - "Net.Subscription.DNS".severity = "Info"; |
103 | | - "Net.Subscription.IP".severity = "Info"; |
| 97 | + "Net.PeerSelection".severity = "Info"; |
104 | 98 | "Resources".severity = "Silence"; |
105 | 99 | "Startup.DiffusionInit".severity = "Info"; |
106 | 100 |
|
|
0 commit comments