diff --git a/src/main.py b/src/main.py index b140699..351c17a 100755 --- a/src/main.py +++ b/src/main.py @@ -766,8 +766,7 @@ def cluster_analysis(payload): raise BadRequest(QHULL_ERROR_MESSAGE) except Exception as e: - logging.error(e) - logging.traceback.extract_tb(e) + logging.exception(e) raise InternalServerError('Something went wrong!')