diff --git a/qc_openscenario/main.py b/qc_openscenario/main.py index 4345b4c..85080cf 100644 --- a/qc_openscenario/main.py +++ b/qc_openscenario/main.py @@ -124,6 +124,8 @@ def execute_checker( constants.BUNDLE_NAME, checker.CHECKER_ID, f"Error: {str(e)}." ) + logging.exception(f"An error occurred in {checker.CHECKER_ID}.") + def run_checks(config: Configuration, result: Result) -> None: checker_data = models.CheckerData(