busy-breakfast-32623
08/19/2025, 7:30 AMRoomInputOptions.close_on_disconnect=False
)
INFOlivekit.agentsclosing agent session due to participant disconnect (disable via RoomInputOptions.close_on_disconnect=False
)
{"message": "closing agent session due to participant disconnect (disable via RoomInputOptions.close_on_disconnect=False
)", "level": "INFO", "name": "livekit.agents", "participant": "sip_+16193049830", "reason": "CLIENT_INITIATED", "pid": 1897171, "job_id": "AJ_7uBsRmtPG7N4", "timestamp": "2025-08-19T072325.812914+00:00"}
DEBUGlivekit.agentsstream closed
DEBUGlivekit.agentsinput stream detached
DEBUGlivekit.plugins.googlesend task finished.
DEBUGwebsockets.client> CLOSE 1000 (OK) [2 bytes]
DEBUGwebsockets.client= connection is CLOSING
DEBUGwebsockets.client< CLOSE 1000 (OK) [2 bytes]
DEBUGwebsockets.client< EOF
DEBUGwebsockets.client> EOF
DEBUGwebsockets.client= connection is CLOSED
DEBUGwebsockets.clientx closing TCP connection
DEBUGlivekit.agentssession closed
DEBUGlivekit.agentsshutting down job task
INFOlivekit.agentsprocess exiting
{"message": "process exiting", "level": "INFO", "name": "livekit.agents", "reason": "", "pid": 1897171, "job_id": "AJ_7uBsRmtPG7N4", "timestamp": "2025-08-19T072347.010958+00:00"}
DEBUGlivekittungstenite:protocol666tungstenite:protocol - Received close frame: Some(CloseFrame { code: Normal, reason: "" })
DEBUGlivekit.agentshttp_session(): closing the httpclient ctx
DEBUGlivekit.agentshttp_session(): creating a new httpclient ctx
i want to turn off the logstall-airline-16756
08/19/2025, 7:30 AMtall-airline-16756
08/19/2025, 7:31 AMdisableLogging()
or setLoggingLevel(LoggerLevel.kOFF)
.
• Android SDK: Just set LiveKit.loggingLevel = LoggingLevel.OFF
.
• React Native SDK: Try setLogLevel("silent")
.
• Agents Framework: You’ll want to configure the log level in your Dockerfile, like CMD ["python", "agent.py", "start", "--log-level=ERROR"]
.
If you tell me which SDK or component you’re using, I’d be happy to help you out with more tailored advice! Sources: web/e2ee.logger.dart | livekit-android-test/src/main/java/io/livekit/android/test/util/LoggingRule... | docs/variables/log.html | Log collection | LiveKit Docs | livekit-agents/livekit/agents/cli/log.pybusy-breakfast-32623
08/19/2025, 7:33 AMtall-airline-16756
08/19/2025, 7:33 AMCMD ["python", "agent.py", "start", "--log-level=ERROR"]
This way, you'll only see error messages. If you have any questions or need a hand with this, just let me know!busy-breakfast-32623
08/19/2025, 7:36 AMtall-airline-16756
08/19/2025, 7:41 AMimport logging
logging.basicConfig(level=logging.ERROR, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
This way, you'll only see error messages. If you need any more help, just give me a shout!