Production error sweep
Scan production logs, fix actionable root causes, verify the fix, and send a concise status update.
Use this as an operational maintenance check.
- Review production logs and monitoring for new high-signal errors.
- Ignore noise only after explaining why it is not actionable.
- Trace each actionable issue to a likely root cause.
- Write or update a regression test when possible.
- Fix the root cause and verify the original signal is gone.
- Open a PR or post a clean-log summary.
Stop when every reviewed error is resolved, owned, or explicitly not actionable.