mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-09 08:10:28 +00:00
The collector's log ingestion used a container path named after the old `rippled` binary and defaulted its host mount to a location that either needed root or diverged from where the telemetry configs actually write. Consolidate on one accessible log root: - container mount target renamed /var/log/rippled -> /var/log/xrpld - filelog glob -> /var/log/xrpld/*/debug.log - compose mount source defaults to the repo-relative ./data/logs (user-owned, no root), overridable via XRPLD_LOG_DIR - devnet telemetry cfg writes to data/logs/devnet/debug.log so it lands one subdir below the mount root and matches the glob - integration-test.sh sets XRPLD_LOG_DIR to its own workdir - docs/runbook/task-list updated to match The default xrpld config (cfg/xrpld-example.cfg) is intentionally left untouched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>