salmon-lighter-12882
02/17/2025, 1:10 PMgray-monkey-83525
02/17/2025, 1:10 PMpython3 agent-worker start
is intended to run the worker in production mode, which typically outputs raw JSON data to stdout. If you're seeing debug information, it might be due to the log level being set to a more verbose setting like "debug". You can check and adjust the log level in your WorkerOptions
configuration or environment variables. According to the LiveKit documentation, the start
command is recommended for production, while dev
is for development with more detailed logs.
Would you like more detail on how to adjust the log level or check your current configuration?
Sources:
- LiveKit documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.