mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
improved logging
This commit is contained in:
@@ -138,6 +138,8 @@ function createNewNote(params) {
|
||||
triggerNoteTitleChanged(note);
|
||||
triggerChildNoteCreated(note, parentNote);
|
||||
|
||||
log.info(`Created new note ${note.noteId}, branch ${branch.branchId} of type ${note.type}, mime ${note.mime}`);
|
||||
|
||||
return {
|
||||
note,
|
||||
branch
|
||||
|
||||
Reference in New Issue
Block a user