plc_control/crates/app_feeder_distributor
caoqianming 3e0d4c242b Emit tracing inside record_event and drop duplicate feeder match
record_event now logs at the matching tracing level (error/warn/info)
using the persisted message — giving every app uniform event logs for
free. Feeder's handle_control_event collapses from a 60-line match
(which just duplicated the persisted message with less-readable UUIDs)
to a single if-let for UnitStateChanged, which is the only AppEvent
that is intentionally not persisted.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 20:11:59 +08:00
..
src Emit tracing inside record_event and drop duplicate feeder match 2026-04-21 20:11:59 +08:00
tests feat(feeder): create dedicated feeder distributor app crate 2026-04-16 12:38:58 +08:00
Cargo.toml feat(feeder): create dedicated feeder distributor app crate 2026-04-16 12:38:58 +08:00