We're currently doing: ```python except Exception as e: scraper.console.log(e) ``` in handlers. This is fine, but only logs the message of the exception, and this doesn't always provide all the context we need to debug problems.