1
0

[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

@@ -85,7 +85,7 @@ async def api_chat(request: Request):
thinking_engine.record_user_input()
except Exception:
pass
logger.debug("Failed to record user input for thinking engine")
timestamp = datetime.now().strftime("%H:%M:%S")