MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / log_daemon_event

Function log_daemon_event

src/daemon.rs:499–501  ·  view source on GitHub ↗
(event: &str, fields: &[(&str, String)])

Source from the content-addressed store, hash-verified

497}
498
499fn log_daemon_event(event: &str, fields: &[(&str, String)]) {
500 eprintln!("{}", format_daemon_log_line(event, fields));
501}
502
503/// A single git-watcher lifecycle event recovered from the daemon log, for the
504/// `tracedecay doctor` watcher-health section.

Calls

no outgoing calls

Tested by

no test coverage detected