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.

alsdkjf

phil e39abc5d 36b1017b

+1 -1
+1 -1
src/bin/main.rs
··· 16 16 enum Commands { 17 17 /// Poll an upstream PLC server and log new ops to stdout 18 18 Tail { 19 - /// Begin replay from a specific timestamp 19 + /// Begin tailing from a specific timestamp for replay or wait-until 20 20 #[arg(short, long)] 21 21 after: Option<Dt>, 22 22 },