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 tied to intent.
Project notification preferences are split into purpose-based paths for error triage, project health, workflow routing, digest summaries, delivery controls, and operational notices. Self-hosted installs use standard Rails SMTP settings, commonly backed by Amazon SES, and Sidekiq sends mail outside the web request.
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.8 or docker.io/taimoorq/logister:v2.8, use latest, or build from source.
Evaluate
Check grouping, ownership, and mail before comparing feature lists.
- Send two similar exceptions from the same runtime and confirm they group into one issue.
- Assign the grouped issue, filter the inbox by owner, and change the issue status.
- Enable one error triage notification and one digest for a project user.
- Trigger a test event and confirm Sidekiq delivers the expected email through SMTP or SES.
- Pin one Docker image tag in the deployment plan so the evaluation matches a repeatable release.