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
Where level can be one of error, warn, info, debug or trace. The
target can be obtained from the list given by cargo test --package and by
replacing dashes (-) with underscores (_) in the package names.
Ouisync uses tracing_subscriber
to include information where individual output lines originated from. To enable
this functionality, set the level to either info, debug or trace.