Server tools to backfill, tail, mirror, and verify PLC logs
50
fork

Configure Feed

Select the types of activity you want to include in your feed.

inspect folder err

phil ceae5ae5 d4241eaa

+1
+1
src/bin/allegedly.rs
··· 183 183 log::info!("Reading weekly bundles from local folder {dir:?}"); 184 184 backfill(FolderSource(dir), tx, source_workers.unwrap_or(1), until) 185 185 .await 186 + .inspect_err(|e| log::error!("backfill from folder problem: {e}")) 186 187 .expect("to source bundles from a folder"); 187 188 } else { 188 189 log::info!("Fetching weekly bundles from from {http}");