pub(crate) fn run<R: BufRead, W: Write>( reader: R, writer: W, filter: &Filter, format: LogFormat, ) -> Result<()>