Skip to content

Commit

Permalink
new tracing: correct ids
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier committed Jan 20, 2025
1 parent ed8d4bd commit 44f40c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: new-tracing-system
id: cardano-tracer
title: Cardano Tracer
sidebar_label: Cardano tracer
sidebar_position: 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: cardano-tracer
id: new-tracing-system
title: Quick start
sidebar_label: Quick start
sidebar_position: 1
Expand Down Expand Up @@ -267,7 +267,7 @@ Configurations can be written in both **JSON** and **YAML**. The examples in thi

A full example of a mainnet node config file utilizing various settings for the new tracing system can be found here: [mainnet-config-new-tracing.json]

There's a sensible **fallback** configuration hard-coded inside a Haskell module of the Node: [Cardano.Node.Tracing.DefaultTraceConfig]. It is important to state the `TraceOptions` from this fallback will be used if and only if there is no `TraceOptions` object at all in your Node configuration.
There's a sensible **fallback** configuration hard-coded inside a Haskell module of the Node: [Cardano.Node.Tracing.DefaultTraceConfig]. It is important to state the `TraceOptions` from this fallback will be used if and only if the `TraceOptions` object in your Node configuration is empty.

---

Expand Down

0 comments on commit 44f40c1

Please sign in to comment.