docs(telemetry): enable peer tracing in docker sample configs

Update the docker/telemetry sample config and testing guide to set
trace_peer=1, matching the new on-by-default behavior and the other
trace categories already enabled in these all-categories sample profiles.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-06-09 16:40:21 +01:00
parent 07599778d4
commit bbabe8d8a7
2 changed files with 2 additions and 2 deletions

View File

@@ -292,7 +292,7 @@ max_queue_size=2048
trace_rpc=1
trace_transactions=1
trace_consensus=1
trace_peer=0
trace_peer=1
trace_ledger=1
[rpc_startup]

View File

@@ -56,5 +56,5 @@ max_queue_size=2048
trace_rpc=1
trace_transactions=1
trace_consensus=1
trace_peer=0
trace_peer=1
trace_ledger=1