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
Waiting for the next version of tracing, but will use tracing_subscriber::reload::Handle to hold a global (lazy_static) handle to the level. Just can't do this currently because of issues with generic types in statics, and don't want to create a holder object for it.
The text was updated successfully, but these errors were encountered:
Waiting for the next version of
tracing
, but will usetracing_subscriber::reload::Handle
to hold a global (lazy_static
) handle to the level. Just can't do this currently because of issues with generic types in statics, and don't want to create a holder object for it.The text was updated successfully, but these errors were encountered: