Print more details

This commit is contained in:
Andras Schmelczer 2025-12-06 10:51:41 +00:00
commit 5238d85181

View file

@ -91,11 +91,7 @@ export class SyncService {
); );
} }
this.logger.debug( this.logger.debug(`Created document ${JSON.stringify(result)}`);
`Created document ${JSON.stringify(result)} with id ${
result.documentId
}`
);
return result; return result;
}); });
@ -274,9 +270,7 @@ export class SyncService {
); );
} }
this.logger.debug( this.logger.debug(`Got document ${JSON.stringify(result)}`);
`Get document ${result.relativePath} with id ${result.documentId}`
);
return result; return result;
}); });