Expand description
Structured logging helpers.
All log events carry consistent fields (session_id, phase) for correlation.
Feature-gated behind tracing-support.
Functionsยง
- log_
http_ request - Log an HTTP request (info level).
- log_
http_ response - Log an HTTP response (info level).
- log_
http_ retry - Log an HTTP retry attempt (warn level).
- log_
jitter_ underrun - Log a jitter buffer underrun (warn level).
- log_
reconnection - Log a reconnection attempt (warn level).
- log_
session_ event - Log a session lifecycle event.
- log_
tool_ call - Log a tool call dispatch.
- log_
vad_ event - Log VAD state change (debug level).
- log_
ws_ error - Log a WebSocket error (warn level).