<@U084APK40NS> i am using this command to run my w...
# ask-ai
s
@millions-hair-24956 i am using this command to run my worker "python3 agent-worker start" , and it still shows debug info but this did not use to happen what could be the issue?
g
The command
python3 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.