Skip to content

Commit c070e96

Browse files
committed
fix: ci mainnet cfg to match iohkNix flake mainnet cfg
1 parent 16258e8 commit c070e96

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

configuration/cardano/mainnet-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"TracingVerbosity": "NormalVerbosity",
6161
"TurnOnLogMetrics": true,
6262
"TurnOnLogging": true,
63+
"UseTraceDispatcher": false,
6364
"defaultBackends": [
6465
"KatipBK"
6566
],

configuration/cardano/mainnet-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ TurnOnLogging: True
5454
# be directed to the logs or monitoring backends.
5555
TurnOnLogMetrics: True
5656

57+
# Use legacy tracing
58+
UseTraceDispatcher: False
59+
5760
# Global logging severity filter. Messages must have at least this severity to
5861
# pass. Typical values would be Warning, Notice, Info or Debug.
5962
minSeverity: Info

0 commit comments

Comments
 (0)