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

Configure Feed

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

*: don't print the entire thing wtf

geesawra 20716773 2debffb6

-6
-6
src/plc_rocksdb.rs
··· 178 178 } 179 179 log::debug!("finished receiving bulk pages"); 180 180 181 - let rdb = db.db.lock().await; 182 - let d = db.all_ops(&rdb).unwrap(); 183 - for did in d { 184 - log::info!("stored op: {:?}", did); 185 - } 186 - 187 181 if let Some(notify) = notify_last_at { 188 182 log::trace!("notifying last_at: {last_at:?}"); 189 183 if notify.send(last_at).is_err() {