Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 14:59

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_LEVEL environment variable (fatal, error, warn, info, debug, trace, silent; case-insensitive, defaults to info) controlling log verbosity, documented in the README and the wiki.