Skip to content

Commit

Permalink
Merge #3655
Browse files Browse the repository at this point in the history
3655: Fix tracing config to allow selection of the new tracing system r=erikd a=Jimbo4350

We were previously defaulting to the legacy tracing system 

Co-authored-by: Jordan Millar <jordan.millar@iohk.io>
  • Loading branch information
iohk-bors[bot] and Jimbo4350 authored Feb 25, 2022
2 parents 526b717 + 977418c commit 07b2fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-node/src/Cardano/Tracing/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ partialTraceSelectionToEither (Last (Just (PartialTraceDispatcher pTraceSelectio
traceTxOutbound <- proxyLastToEither (Proxy @TraceTxOutbound) pTraceTxOutbound
traceTxSubmissionProtocol <- proxyLastToEither (Proxy @TraceTxSubmissionProtocol) pTraceTxSubmissionProtocol
traceTxSubmission2Protocol <- proxyLastToEither (Proxy @TraceTxSubmission2Protocol) pTraceTxSubmission2Protocol
Right $ TracingOnLegacy $ TraceSelection
Right $ TraceDispatcher $ TraceSelection
{ traceVerbosity = traceVerbosity
, traceAcceptPolicy = traceAcceptPolicy
, traceBlockFetchClient = traceBlockFetchClient
Expand Down

0 comments on commit 07b2fd5

Please sign in to comment.