A user had a case where the exception thrown by a queued workflow is properly caught by the parent. The error log here is not desireable: https://github.com/dbos-inc/dbos-transact-py/blob/32f331261e3daf07626c745dc3b0837f38498ffc/dbos/_core.py#L395 Thread here: https://discord.com/channels/1156433345631232100/1217220112570912898 After thinking about it, I wonder if the most appropriate change is to switch log level from ERROR to DEBUG.