Skip to content

v0.19.5

Compare
Choose a tag to compare
@aconchillo aconchillo released this 30 Jul 20:19
· 9 commits to main since this release

Added

  • 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.