Stop letting a failing audit logger crash requests that already succeeded

Why a throwing audit logger in Waaseyaa’s MCP endpoint could crash a request after its outcome was already decided, and the containment pattern that fixed it.

September 8, 2026 · 5 min · Russell

PSR-3: Logger Interface in PHP

Learn how to implement and use PSR-3’s standardized logging interface in PHP applications, with practical examples of logging implementations and best practices for error handling.

January 7, 2025 · 4 min · Russell