◐ Shell
clean mode source ↗

Improve error handling in logger flush block by Saadmadni84 · Pull Request #1288 · sqlancer/sqlancer

This PR improves error handling in the logger flush block by adding
a meaningful error message while retaining the stack trace.

This provides better context when log flushing fails without changing
runtime behavior.

Fixes #1218