You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add structured OTel request logs with source IP (#117)
Adds OpenTelemetry SDK logs to the telemetry plugin, emitting structured
log records to stdout for every HTTP request. Each log includes
client.address (from x-forwarded-for/x-real-ip/remoteAddress), method,
route, status code, and duration.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments