Function stream_raw_files
fn stream_raw_files(dir: PathBuf, follow: bool) -> ReceiverStream<PathBuf>Expand description
Streams paths to log files in the directory.
New files are discovered periodically unless follow is set to false.