Skip to content

Commit f33a5d2

Browse files
committed
CSDK-2807 daily-python: change event logging to debug
1 parent 9bc9f28 commit f33a5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/call_client/delegate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub(crate) unsafe extern "C" fn on_video_frame_native(
189189
}
190190

191191
pub(crate) unsafe fn on_event(py: Python<'_>, delegate_ctx: &DelegateContext, event: &Event) {
192-
tracing::info!("Received event: {event:?}");
192+
tracing::debug!("Received event: {event:?}");
193193

194194
match event.action.as_str() {
195195
"request-completed" => {

0 commit comments

Comments
 (0)