async fn read_lines_to_log<R: AsyncRead + Unpin>( metadata: Metadata<'_>, reader: R, )
Reads lines from the reader and logs them using the log crate.
log