Add more logs
This commit is contained in:
parent
d5c2d1ecbe
commit
4fc628ecef
3 changed files with 15 additions and 3 deletions
|
|
@ -98,7 +98,7 @@ export class SyncService {
|
|||
|
||||
Logger.getInstance().debug(
|
||||
`Created document ${JSON.stringify(
|
||||
response.data.relativePath
|
||||
response.data
|
||||
)} with id ${response.data.documentId}`
|
||||
);
|
||||
|
||||
|
|
@ -146,7 +146,7 @@ export class SyncService {
|
|||
}
|
||||
|
||||
Logger.getInstance().debug(
|
||||
`Updated document ${response.data.relativePath} with id ${response.data.documentId}`
|
||||
`Updated document ${JSON.stringify(response.data)} with id ${response.data.documentId}`
|
||||
);
|
||||
|
||||
return response.data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue