update logging

This commit is contained in:
Abhinav 2023-03-13 11:52:28 +05:30
parent 10dd4439ec
commit c639bed279
2 changed files with 4 additions and 2 deletions

View file

@ -291,7 +291,9 @@ export default function ExportModal(props: Props) {
setExportProgress(pausedStageProgress); setExportProgress(pausedStageProgress);
addLogLine( addLogLine(
`pausedStageProgress ${JSON.stringify(pausedStageProgress)}` `resuming export, pausedStageProgress: ${JSON.stringify(
pausedStageProgress
)}`
); );
const updateExportStatsWithOffset = (progress: ExportProgress) => const updateExportStatsWithOffset = (progress: ExportProgress) =>
updateExportProgress({ updateExportProgress({

View file

@ -155,7 +155,7 @@ class ExportService {
); );
} }
addLogLine( addLogLine(
`starting export, type=${exportType} filesToExportCount= ${filesToExport?.length} userPersonalFileCount: ${userPersonalFiles?.length}` `starting export, type: ${exportType}, filesToExportCount: ${filesToExport?.length}, userPersonalFileCount: ${userPersonalFiles?.length}`
); );
const collectionIDPathMap: CollectionIDPathMap = const collectionIDPathMap: CollectionIDPathMap =