Ferrite collects application stdout and stderr as bounded operational evidence. Use logs to explain a specific request, build, release, or worker attempt—not as the only durable record of a domain decision.
Read recent logs
ferrite logs my-app
The dashboard provides the same app-scoped read model with generation, stream, timestamp, and message fields preserved.
Make logs useful
Include a request or correlation ID, app and generation, tenant-safe subject reference when relevant, operation, outcome, duration, and reason class. Use structured JSON when an agent or log processor will consume the stream.
Never log secret values, cookies, bearer tokens, reset links, passwords, TOTP seeds, raw signed assertions, or complete payment data.
Correlate failures
- Identify the failing request and time range.
- Check the app generation and deployment history.
- Read the bounded logs for that generation.
- Reproduce locally or in a preview.
- Deploy the fix and verify the same product journey.
See Deployments and Analytics & Usage.