---
title: Production error sweep
description: Scan production logs, fix actionable root causes, verify the fix, and
  send a concise status update.
url: https://subramanya.ai/awesome-loops/production-error-sweep/
tags:
- production
- logs
- incident
---

# Production error sweep

Use this as an operational maintenance check.

1. Review production logs and monitoring for new high-signal errors.
2. Ignore noise only after explaining why it is not actionable.
3. Trace each actionable issue to a likely root cause.
4. Write or update a regression test when possible.
5. Fix the root cause and verify the original signal is gone.
6. Open a PR or post a clean-log summary.

Stop when every reviewed error is resolved, owned, or explicitly not actionable.
