[kimi] fix: add logging to silent except Exception handlers (#646) #692
Reference in New Issue
Block a user
Delete Branch "kimi/issue-646"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #646
Summary
Added
logger.exception()calls to 20 silentexcept Exceptionhandlers across 9 files that were swallowing errors without any logging, making production debugging extremely difficult.Changes by file:
Approach: