diff --git a/superset/commands/report/execute.py b/superset/commands/report/execute.py index a59e13afaa5..72c84986273 100644 --- a/superset/commands/report/execute.py +++ b/superset/commands/report/execute.py @@ -479,7 +479,7 @@ class BaseReportState: raise ReportScheduleCsvTimeout() from ex except Exception as ex: elapsed_seconds = (datetime.utcnow() - start_time).total_seconds() - logger.error( + logger.exception( "CSV generation failed after %.2fs - execution_id: %s", elapsed_seconds, self._execution_id,