mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
logging improvements
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user