Skip to content

Commit

Permalink
configuration: changed names of inbound governor tracers
Browse files Browse the repository at this point in the history
* TraceInboundGovernor
* TraceInboundGovernorCounters
* TraceLocalInboundGovernor

Just to match all the other tracers, they should be prefixed with
'Trace'.
  • Loading branch information
coot committed May 13, 2021
1 parent 31b4b11 commit 74fec60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cardano-node/src/Cardano/Tracing/Config.hs
Expand Up @@ -70,9 +70,9 @@ type TracePeerSelectionCounters = ("TracePeerSelectionCounters" :: Symbol)
type TracePeerSelectionActions = ("TracePeerSelectionActions" :: Symbol)
type TracePublicRootPeers = ("TracePublicRootPeers" :: Symbol)
type TraceServer = ("TraceServer" :: Symbol)
type TraceInboundGovernor = ("InboundGovernor" :: Symbol)
type TraceInboundGovernorCounters = ("InboundGovernorCounters" :: Symbol)
type TraceLocalInboundGovernor = ("LocalInboundGovernor" :: Symbol)
type TraceInboundGovernor = ("TraceInboundGovernor" :: Symbol)
type TraceInboundGovernorCounters = ("TraceInboundGovernorCounters" :: Symbol)
type TraceLocalInboundGovernor = ("TraceLocalInboundGovernor" :: Symbol)
type TraceTxInbound = ("TraceTxInbound" :: Symbol)
type TraceTxOutbound = ("TraceTxOutbound" :: Symbol)
type TraceTxSubmissionProtocol = ("TraceTxSubmissionProtocol" :: Symbol)
Expand Down

0 comments on commit 74fec60

Please sign in to comment.