We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21110c commit 8926a68Copy full SHA for 8926a68
flake/nixosModules/profile-cardano-node-group.nix
@@ -370,7 +370,7 @@
370
}
371
// optionalAttrs cfgNode.useLegacyTracing {
372
# In versions of cardano-node > `10.1.2`, legacy tracing will no longer be default.
373
- # Until we are ready to use legacy tracing as default, set UseTraceDispatcher false.
+ # Until we are ready to use new tracing as default, set UseTraceDispatcher false.
374
UseTraceDispatcher = false;
375
376
hasPrometheus = [cfgNode.hostAddr cardanoNodePrometheusExporterPort];
0 commit comments