improved logging

This commit is contained in:
zadam
2022-01-31 21:25:18 +01:00
parent b8b6b38a20
commit 2075e89239
8 changed files with 283 additions and 248 deletions

View File

@@ -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