You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is now possible to set a logging interval when creating an audio or video renderer. This is useful to check if the renderers are being called correctly (specially on startup). By default, the interval is set to 10 seconds but can be changed using the logging_interval_ms argument. Note that these logs are only visible when setting the environment variable RUST_LOG=debug.
Fixed
Fixed an issue where the newly introduce Daily.set_log_level() was only setting the log level in debug builds.