Switch to tracing for logging #4

Open
opened 2024-08-03 14:57:02 +02:00 by oysteikt · 0 comments
Owner

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 from tracing.

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 from `tracing`.
oysteikt added this to the (deleted) project 2024-12-18 23:29:34 +01:00
oysteikt added the feature request label 2025-01-10 18:56:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Grzegorz/mpvipc-async#4