LLM failed and Logs are not reflected in Insight

I have seen an Error line in my Audio and also, it is not logging everything while when I run the agent locally and then all logs that I saw in my local are reflected in Agent Insight.

Room Id : **RM_DxP73q2uQuZi
**

Couple of possible reasons why you’re seeing this:

  • You will only see agent logs emitted during the session, you won’t see any ‘dispatching’ agent logs by design, since agent observability logs only cover the period when the agent is in the room.
  • By default, you only see INFO logs or higher for deployed agents, and DEBUG logs and higher when you run locally.

More info: Where to find your Agent Logs | LiveKit

1 Like