Switch to tracing
for logging #4
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The logging done by this library when events travel from the caller to mpv and back, could have highly benefited from https://crates.io/crates/tracing, in order to collect all relevant logs from a single action into its own chunk. Please replace the
log
crate and use the features fromtracing
.