[loop-cycle-932] fix: add logging to bare except Exception blocks (#484) (#501)

This commit is contained in:
2026-03-19 19:05:02 -04:00
parent 9ceffd61d1
commit 5f52dd54c0
6 changed files with 11 additions and 9 deletions

View File

@@ -636,7 +636,7 @@ class HotMemory:
if len(lines) > 1:
return "\n".join(lines)
except Exception:
pass
logger.debug("DB context read failed, falling back to file")
# Fallback to file if DB unavailable
if self.path.exists():