Skip to content

Commit 8bf6d9c

Browse files
committed
wip8: hold PrometheusSimple until 10.3 release
1 parent 7df517d commit 8bf6d9c

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
@@ -37,7 +37,6 @@
3737
"backends": [
3838
"EKGBackend",
3939
"Forwarder",
40-
"PrometheusSimple suffix 127.0.0.1 12798",
4140
"Stdout HumanFormatColoured"
4241
],
4342
"detail": "DNormal",

0 commit comments

Comments
 (0)