We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab48ac commit 1381264Copy full SHA for 1381264
livekit-uniffi/python_test/main.py
@@ -8,7 +8,7 @@
8
9
def main():
10
# Receive log messages from Rust
11
- log_forward_bootstrap(level=LogForwardFilter.INFO)
+ log_forward_bootstrap(level=LogForwardFilter.DEBUG)
12
13
# Print FFI version
14
print(f"FFI version: v{build_version()}")
0 commit comments