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) {
|
} catch (e) {
|
||||||
scyllaLogger.error("Failed to fetch pinned notes", {
|
scyllaLogger.error("Failed to fetch pinned notes", {
|
||||||
pinnedNoteIds,
|
pinnedNoteIds,
|
||||||
|
userId: user.id,
|
||||||
error: e,
|
error: e,
|
||||||
});
|
});
|
||||||
pinnedNotes = [];
|
pinnedNotes = [];
|
||||||
|
|
Loading…
Reference in a new issue