you should pass the exception with the message
try: return crash_boy() except Exception as e: logger.exception(f"OH GREAT, another crash: \n {e}") return 'WE HAD A CRASH BOIZ'