add user id to log
This commit is contained in:
parent
3cf6c3731c
commit
45952ed97d
1 changed files with 1 additions and 0 deletions
|
@ -442,6 +442,7 @@ export const UserRepository = db.getRepository(User).extend({
|
|||
} catch (e) {
|
||||
scyllaLogger.error("Failed to fetch pinned notes", {
|
||||
pinnedNoteIds,
|
||||
userId: user.id,
|
||||
error: e,
|
||||
});
|
||||
pinnedNotes = [];
|
||||
|
|
Loading…
Reference in a new issue