Print more details

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

View file

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