Add a @moontrace/logfmt subscriber that outputs standard logfmt format:
level=info msg="server started" port=8080 service=choir ts=2026-03-28T14:31:43Z
This is the format tools like Grafana Loki, Logstash, and Heroku logs parse natively. Would be a small subscriber package following the same pattern as @moontrace/json and @moontrace/console.
Low priority — add when there's a real consumer that needs logfmt ingestion.
Add a
@moontrace/logfmtsubscriber that outputs standard logfmt format:This is the format tools like Grafana Loki, Logstash, and Heroku logs parse natively. Would be a small subscriber package following the same pattern as
@moontrace/jsonand@moontrace/console.Low priority — add when there's a real consumer that needs logfmt ingestion.