Structured, level-configurable logging across the whole pipeline — the CLI, the service, and every stage in between (intake, matching, target publication, retention, replay) now emit JSON logs, one object per line, on stdout, with run-scoped context and secret/PII redaction built in from the start.
Added
- Structured logging across the CLI and the service: JSON logs, one object per line, on stdout, with run-scoped context and secret/PII redaction.
LOG_LEVELenvironment variable (fatal,error,warn,info,debug,trace,silent; case-insensitive, defaults toinfo) controlling log verbosity, documented in the README and the wiki.