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
We lost the log crate dependency along with its Cargo features = ["max_level_info", "release_max_level_info"] when we split the code into 2 separate crates.
This causes excessive trace/debug logging to be on by default, so we'll need to add this back.
The text was updated successfully, but these errors were encountered:
We lost the log crate dependency along with its Cargo
features = ["max_level_info", "release_max_level_info"]
when we split the code into 2 separate crates.This causes excessive trace/debug logging to be on by default, so we'll need to add this back.
The text was updated successfully, but these errors were encountered: