Skip to content

Commit 659bb20

Browse files
committed
version-dep: hold PrometheusSimple until 10.3 release
1 parent 6e00664 commit 659bb20

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cardano-lib/generic-log-config.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
# tracing system.
5454
"EKGBackend"
5555
"Forwarder"
56-
"PrometheusSimple suffix 127.0.0.1 12798"
56+
57+
# Include for the 10.3 release.
58+
# Also update cardano-lib/testnet-template/config.json.
59+
# "PrometheusSimple suffix 127.0.0.1 12798"
5760

5861
# Only one of the following can be enabled, which determines for format
5962
# of node logging to stdout.

cardano-lib/testnet-template/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"backends": [
4040
"EKGBackend",
4141
"Forwarder",
42-
"PrometheusSimple suffix 127.0.0.1 12798",
4342
"Stdout HumanFormatColoured"
4443
],
4544
"detail": "DNormal",

0 commit comments

Comments
 (0)