Skip to content

Commit c70472d

Browse files
committed
version-dep: add PrometheusSimple w/ 10.3.1 pre-release
1 parent 36f12ed commit c70472d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cardano-lib/generic-log-config.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@
5353
# tracing system.
5454
"EKGBackend"
5555
"Forwarder"
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"
56+
"PrometheusSimple suffix 127.0.0.1 12798"
6057

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

cardano-lib/testnet-template/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"backends": [
4040
"EKGBackend",
4141
"Forwarder",
42+
"PrometheusSimple suffix 127.0.0.1 12798",
4243
"Stdout HumanFormatColoured"
4344
],
4445
"detail": "DNormal",

0 commit comments

Comments
 (0)