livekit/python-sdks

Hide livekit log from room.connect

huynguyen-ff opened this issue · 3 comments

Hi, for now livekit await room.connect(...) have a lot of logs. However, I can't disable these log because they were logged by external webrtc C library rather than normal python (I guess so). So do we have any environment variable or config that can help us to reduce the log messages. Thanks.
image

This will be handled by #105 on the next release

Otherwise for now you can export RUST_LOG=livekit=info

Thanks for your support, I will wait for the next version together with the docs.