Documentation
Everything you need to get started with LogRite and close your logging loop.
bash — logrite cli
Engine 1 · Code Logging
$ logrite scan ./src
Analyzing 248 files…
⚠ payments/charge.ts — 4 unlogged operations
⚠ auth/session.ts — 2 unlogged operations
✓ orders/create.ts — covered
Log coverage: 7% → 100% after autofix
$ logrite fix --open-pr
Get going
Quick Start
Prefer hands-off? Install the GitHub App, pick repos and templates, and let the agent open your first PR.
1
Install the CLI
Install LogRite CLI globally via npm to start analyzing your codebase.
bash
$ npm install -g logrite-cli
2
Scan Your Repository
Run a coverage scan to identify logging gaps in your codebase.
bash
$ logrite scan --repo ./my-project
Analyzing... Log Coverage: 67%
3
Integrate with CI/CD
Add LogRite Gatekeeper to your pipeline to enforce log quality standards.
.github/workflows/logrite.yml
- uses: logrite/gatekeeper-action@v1
with:
coverage-threshold: 80
4
Connect Observability
Set up the LogRite observability platform to complete the logging loop with real-time monitoring and AI-powered investigation.