pub fn stream_output_lines<R>( reader: R, logger: Logger, stderr: bool, ) -> JoinHandle<String>where R: Read + Send + 'static,