We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df517d commit 8bf6d9cCopy full SHA for 8bf6d9c
cardano-lib/generic-log-config.nix
@@ -53,7 +53,10 @@
53
# tracing system.
54
"EKGBackend"
55
"Forwarder"
56
- "PrometheusSimple suffix 127.0.0.1 12798"
+
57
+ # Include for the 10.3 release.
58
+ # Also update cardano-lib/testnet-template/config.json.
59
+ # "PrometheusSimple suffix 127.0.0.1 12798"
60
61
# Only one of the following can be enabled, which determines for format
62
# of node logging to stdout.
cardano-lib/testnet-template/config.json
@@ -37,7 +37,6 @@
37
"backends": [
38
"EKGBackend",
39
"Forwarder",
40
- "PrometheusSimple suffix 127.0.0.1 12798",
41
"Stdout HumanFormatColoured"
42
],
43
"detail": "DNormal",
0 commit comments