(event: &str, fields: &[(&str, String)])
| 497 | } |
| 498 | |
| 499 | fn 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. |
no outgoing calls
no test coverage detected