Compare commits
4
Commits
6c31eb9d4a
...
9fb2e1ed9e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9fb2e1ed9e | ||
|
|
7125dea05d | ||
|
|
bcdf2c75be | ||
|
|
e77f60085d |
@@ -125,6 +125,19 @@ app:
|
|||||||
# uses for its own RPC port (-rpcbind=0.0.0.0:8332 internally, gate
|
# uses for its own RPC port (-rpcbind=0.0.0.0:8332 internally, gate
|
||||||
# restricts it externally) — not a new risk, the same one already
|
# restricts it externally) — not a new risk, the same one already
|
||||||
# reviewed and accepted for Bitcoin's RPC.
|
# reviewed and accepted for Bitcoin's RPC.
|
||||||
|
# - tracing.stdout.level / tracing.file.{level,max_log_files}: an
|
||||||
|
# operator reading Cuprated.toml on disk should be able to see and
|
||||||
|
# tune the log level directly instead of the file silently omitting
|
||||||
|
# the whole [tracing] table (verified live on amishparadise
|
||||||
|
# 2026-09-01: the deployed file had no [tracing] section at all, and
|
||||||
|
# the level was only discoverable by running `cuprated
|
||||||
|
# --generate-config` and diffing). file.level is set to "info", NOT
|
||||||
|
# cuprated's own raw default of "debug" — matches the reference dev
|
||||||
|
# config this app was built and tested against
|
||||||
|
# (ssmithx@archy-dev-pa:/home/ssmithx/cuprate/Cuprated.toml,
|
||||||
|
# verified 2026-09-01), which deliberately runs file logging quieter
|
||||||
|
# than the binary default. max_log_files similarly follows that
|
||||||
|
# reference (14, not the binary default of 7).
|
||||||
files:
|
files:
|
||||||
- path: /var/lib/archipelago/cuprate/Cuprated.toml
|
- path: /var/lib/archipelago/cuprate/Cuprated.toml
|
||||||
content: |
|
content: |
|
||||||
@@ -133,6 +146,13 @@ app:
|
|||||||
|
|
||||||
[rpc.restricted]
|
[rpc.restricted]
|
||||||
enable = true
|
enable = true
|
||||||
|
|
||||||
|
[tracing.stdout]
|
||||||
|
level = "info"
|
||||||
|
|
||||||
|
[tracing.file]
|
||||||
|
level = "info"
|
||||||
|
max_log_files = 14
|
||||||
overwrite: false
|
overwrite: false
|
||||||
|
|
||||||
health_check:
|
health_check:
|
||||||
|
|||||||
@@ -1319,7 +1319,7 @@
|
|||||||
"description": "Alternative Monero node implementation in Rust. Independently validates Monero consensus rules, providing a layer of security and redundancy for the network.",
|
"description": "Alternative Monero node implementation in Rust. Independently validates Monero consensus rules, providing a layer of security and redundancy for the network.",
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"content": "network = \"Mainnet\"\ntarget_max_memory = 3000000000\n\n[rpc.restricted]\nenable = true\n",
|
"content": "network = \"Mainnet\"\ntarget_max_memory = 3000000000\n\n[rpc.restricted]\nenable = true\n\n[tracing.stdout]\nlevel = \"info\"\n\n[tracing.file]\nlevel = \"info\"\nmax_log_files = 14\n",
|
||||||
"overwrite": false,
|
"overwrite": false,
|
||||||
"path": "/var/lib/archipelago/cuprate/Cuprated.toml"
|
"path": "/var/lib/archipelago/cuprate/Cuprated.toml"
|
||||||
}
|
}
|
||||||
@@ -5420,7 +5420,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"schema": 1,
|
"schema": 1,
|
||||||
"signature": "19be806d577d06334feeaccc3937eea9ac14ff68efd37bb355e9fbea85070338128070a64e696b9d7ac27fa21c1ad9943af0498003e9c2773992c63fb249700e",
|
"signature": "5f5bbb02ab88c9fbc4bf62a2c237a3e58912bd33ecf5bba67ad2705f0331b62a08b0e04dc6b03f76c236e5d4d316d80e982b112ecf0313a5a5e29c3289531308",
|
||||||
"signed_by": "did:key:z6Mkfu5LT8d4DjETtrkATvHh9Dvcbnr7zBCUwfau8Sw7DLWT",
|
"signed_by": "did:key:z6Mkfu5LT8d4DjETtrkATvHh9Dvcbnr7zBCUwfau8Sw7DLWT",
|
||||||
"updated": "2026-09-01"
|
"updated": "2026-09-01"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user