mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
added some logging
This commit is contained in:
@@ -67,6 +67,8 @@ async function addClipping(req) {
|
||||
async function createNote(req) {
|
||||
const {title, content, pageUrl, images, clipType} = req.body;
|
||||
|
||||
log.info(`Creating clipped note from ${pageUrl}`);
|
||||
|
||||
const clipperInbox = await getClipperInboxNote();
|
||||
|
||||
const {note} = await noteService.createNewNote({
|
||||
|
||||
Reference in New Issue
Block a user