Skip to content

Commit

Permalink
add a logging tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed May 20, 2024
1 parent 94c8abc commit a73c051
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ const getReportingHeaders = (output: TaskRunResult, exportType: ExportType) => {
};

export function getDocumentPayloadFactory(reporting: ReportingCore) {
const { logger } = reporting.getPluginSetupDeps();
const { logger: _logger } = reporting.getPluginSetupDeps();
const logger = _logger.get('download-report');
const exportTypesRegistry = reporting.getExportTypesRegistry();

async function getCompleted({
Expand Down

0 comments on commit a73c051

Please sign in to comment.