logging improvements

This commit is contained in:
zadam
2022-02-20 12:33:50 +01:00
parent 9f33791922
commit ea56bb772a
4 changed files with 6 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ function processContent(images, note, content) {
value: imageNote.noteId
}).save();
console.log(`Replacing ${imageId} with ${url}`);
log.info(`Replacing ${imageId} with ${url} in note ${note.noteId}`);
rewrittenContent = utils.replaceAll(rewrittenContent, imageId, url);
}