mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
xrpld resolves a relative [debug_logfile] against the config file's own directory (docker/telemetry), not the working directory. The value `docker/telemetry/data/logs/devnet/debug.log` therefore doubled the prefix to docker/telemetry/docker/telemetry/... — the collector's mount never saw the log, so no lines reached Loki. Use the config-dir-relative form `data/logs/devnet/debug.log`, which resolves to docker/telemetry/data/logs/devnet/debug.log — exactly the dir the compose stack bind-mounts as /var/log/xrpld. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>