Skip to content

Commit 6e00664

Browse files
committed
imp: add minSeverity and sort testnet-template
1 parent ba22209 commit 6e00664

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

cardano-lib/generic-log-config.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,8 @@
200200
# Enable this to investigate transaction validation errors.
201201
# "Mempool.RejectedTx".detail = "DDetailed";
202202
};
203+
204+
# Required by the legacy tracing system, this key is still required for
205+
# cardano-node to start.
206+
minSeverity = "Critical";
203207
}

cardano-lib/testnet-template/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,6 @@
120120
},
121121
"TurnOnLogMetrics": true,
122122
"TurnOnLogging": true,
123-
"UseTraceDispatcher": true
123+
"UseTraceDispatcher": true,
124+
"minSeverity": "Critical"
124125
}

0 commit comments

Comments
 (0)