Releases: 514-labs/moosestack
Releases · 514-labs/moosestack
v0.6.234-ci-3-g6e62b3e2
[jj-spr] initial version Created using jj-spr 0.1.0
v0.6.234-ci-2-gf7dee4c6
[jj-spr] initial version Created using jj-spr 0.1.0
v0.6.234-ci-2-gf4f48ace
logs latency in TS API
v0.6.234
ENG-1270: convert from log to tracing (#3026)
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> Replaces fern/log with tracing + tracing-subscriber (with
EnvFilter/JSON/file rotation) and OTEL tracing appender, updating all
modules to use tracing macros.
>
> - **Logging overhaul (CLI)**:
> - Replace `fern`/`log` with `tracing` + `tracing-subscriber`
(EnvFilter, JSON/text formats, optional modern/legacy formatter).
> - Implement OTEL export via `opentelemetry-appender-tracing`; add
batch log processor and resource labels.
> - Add date-based file writer compatible with previous naming; cleanup
old logs; session/machine IDs in events.
> - Introduce legacy format layer to match prior output; opt-in modern
formatting via env var.
> - **Codewide changes**:
> - Swap `log::{...}` macros for `tracing::{...}` across CLI, framework,
infra, and MCP modules; adjust some log levels (e.g., HTTP metrics to
trace).
> - **Dependencies**:
> - Remove `fern`, `log`, and `opentelemetry-appender-log`.
> - Add `tracing-subscriber`, `tracing-serde`, and
`opentelemetry-appender-tracing`; update lockfile accordingly.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
936b9d4609c2d492fdb4edf61136d846671f05ca. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
v0.6.234-ci-2-g31ca06f9
Disable otel
v0.6.233-ci-7-g1434269b
first pass
v0.6.233-ci-6-g5b34ab4e
v0.6.233-ci-5-g49378d38
rename
v0.6.233-ci-5-g1270ff84
changes