Skip to content

Commit 1381264

Browse files
committed
Change log level in example
1 parent 1ab48ac commit 1381264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-uniffi/python_test/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def main():
1010
# Receive log messages from Rust
11-
log_forward_bootstrap(level=LogForwardFilter.INFO)
11+
log_forward_bootstrap(level=LogForwardFilter.DEBUG)
1212

1313
# Print FFI version
1414
print(f"FFI version: v{build_version()}")

0 commit comments

Comments
 (0)