When Logister fits
Choose Logister when alerts need to become owned work.
Logister groups repeated exceptions into issue-like error groups, then lets teams assign owners, filter inboxes by assignment, mark issues fixed, ignore noise, archive historical work, and inspect request context before deciding what to do.
Notifications
Keep email relevant.
Project notification preferences support first-occurrence emails for new error groups plus daily or weekly digest summaries. Self-hosted installs use standard Rails SMTP settings, commonly backed by Amazon SES, and Sidekiq sends mail outside the web request.
- First occurrence alerts highlight new error types.
- Digest emails summarize project error activity without mailing every repeat occurrence.
- Email content includes project, environment, release, occurrence, and triage links when available.
Operations
Run releases from your own infrastructure path.
Versioned Docker images are published to GHCR and Docker Hub after CI, Fly deploy, and health checks pass, with optional Quay mirrors when configured. Self-hosters can pin a version such as ghcr.io/taimoorq/logister:v2.6.1 or docker.io/taimoorq/logister:v2.6.1, use latest, or build from source.