melodic-vegetable-78787
02/26/2025, 2:01 PMgray-monkey-83525
02/26/2025, 2:01 PMlog_level: debug
in the Livekit YAML, could be related to how logging is configured or handled in your environment. According to the Livekit documentation, logging setup can be influenced by various factors, including the specific logging configuration in your application or any overrides that might be in place.
My understanding is that you might want to ensure that the logging configuration is correctly set up in your application code as well. You can use the setup_logging
function from the livekit.agents.cli.log
module to explicitly set the logging level and ensure that logs are being captured and displayed as expected. Additionally, check if there are any conditions or filters in your code that might prevent certain logs from being displayed.
Would you like more detailed guidance on setting up logging in your Livekit application?
Sources:
- Livekit documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.melodic-vegetable-78787
02/26/2025, 2:04 PMgray-monkey-83525
02/26/2025, 2:04 PM