Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log traceback in case of exceptions during optimizations (#1156)
So far, with `minimize(..., OptimizeOptions(allow_failed_starts=True))` only the exception message was stored/logged, which is not always sufficiently informative (see #1147). Now we log the full exception type / message / traceback. Closes #1147
- Loading branch information