You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.error(`savePointEvent: action ${pointsBase.actionName} has a limit of ${pointsBase.counter} events and user ${participantAddress} already has ${eventsOfUser}`);
48
+
logger.error(`savePointEvent: action ${pointsBase.actionName} has a limit of ${pointsBase.counter} events and user ${participantAddress} already has ${eventsOfUser}`,{ event, participantAddress, info });
49
49
return;
50
50
}
51
51
@@ -58,5 +58,5 @@ export async function savePointEvent( event: PointsEvents,
58
58
59
59
awaitdb.points_events.create(newEvent);
60
60
61
-
logger.log(`savePointEvent: point event saved`,newEvent);
61
+
logger.log(`savePointEvent: point event saved`,newEvent,{ event, participantAddress, info });
0 commit comments