Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 482 Bytes

File metadata and controls

9 lines (6 loc) · 482 Bytes
@livekit/agents minor

Add per-job context to the global Pino logger for session-level log filtering

The global logger now automatically includes jobId and roomName on every log line during an active job. This makes it possible to filter all SDK-internal logs (TTS/STT metrics, speech events, AgentSession lifecycle) by job in log aggregation tools like NewRelic, Datadog, or Grafana.

Context is set when a job starts and cleared after shutdown callbacks complete.