fix: add logging to silent error handlers, check maintenance windows for online events

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-15 23:09:30 -05:00
parent f1625a85a1
commit 14ff8a54ca
3 changed files with 10 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ async def generate_and_store_diff(
},
)
except Exception:
pass
logger.warning("Config diff generation failed", exc_info=True)
# 11. Parse structured changes (best-effort)
try: