Describe the bug
Some code paths in the crate call println! with some errors periodically, for example:
Periodic error: Io(Os { code: 65, kind: HostUnreachable, message: "No route to host" })
Gate these console-print calls behind a debug feature or use tracing crate to permit end-users to control them.
Describe the bug
Some code paths in the crate call println! with some errors periodically, for example:
Gate these console-print calls behind a debug feature or use tracing crate to permit end-users to control them.