Print more details
This commit is contained in:
parent
1646f74633
commit
5238d85181
1 changed files with 2 additions and 8 deletions
|
|
@ -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;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue