fix: concurrent index reconciling#958
Conversation
🚨 BugBot couldn't runSomething went wrong. Try again by commenting "bugbot run", or contact support (requestId: serverGenReqId_e7ca7cc6-2ace-467b-9bd5-b5ba792cc016). |
|
bugbot run |
🚨 BugBot couldn't runSomething went wrong. Try again by commenting "bugbot run", or contact support (requestId: serverGenReqId_7cdfc488-2f54-414d-a90e-fc9cd076ede0). |
|
bugbot run |
There was a problem hiding this comment.
Bug: Debug Code Causes Excessive Logging
The traceback.print_stack() call in the BusinessException constructor, which appears to be debugging code, prints a stack trace to stdout/stderr every time any business exception is created. This includes expected exceptions (e.g., "resource not found"), leading to excessive log noise and potential performance impact in production.
aperag/exceptions.py#L92-L93
Lines 92 to 93 in 54d2f22
Was this report helpful? Give feedback by reacting with 👍 or 👎
No description provided.