Merge branch 'pratik/otel-phase8-log-correlation' into pratik/otel-phase9-metric-gap-fill

# Conflicts:
#	docker/telemetry/xrpld-telemetry.cfg
This commit is contained in:
Pratik Mankawde
2026-07-07 21:34:13 +01:00
2 changed files with 8 additions and 2 deletions

View File

@@ -94,8 +94,11 @@ docker/telemetry/data
# --- Logging ----------------------------------------------------------------
# Path is resolved relative to this config file's directory (docker/telemetry),
# so this writes to docker/telemetry/data/logs/mainnet/debug.log — the same
# dir the compose stack bind-mounts into the collector as /var/log/xrpld.
[debug_logfile]
docker/telemetry/data/logs/mainnet/debug.log
data/logs/mainnet/debug.log
[rpc_startup]
{ "command": "log_level", "severity": "debug" }

View File

@@ -92,8 +92,11 @@ docker/telemetry/data
# --- Logging ----------------------------------------------------------------
# Path is resolved relative to this config file's directory (docker/telemetry),
# so this writes to docker/telemetry/data/logs/devnet/debug.log — the same
# dir the compose stack bind-mounts into the collector as /var/log/xrpld.
[debug_logfile]
docker/telemetry/data/logs/devnet/debug.log
data/logs/devnet/debug.log
[rpc_startup]
{ "command": "log_level", "severity": "debug" }