Skip to content

Commit cfe4819

Browse files
committed
[API] feat: log partyId on ConsumeJoinToken
1 parent 413983b commit cfe4819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

API/internal/rpc/client_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ func (s *ClientServer) ConsumeJoinToken(ctx context.Context, req *pbapi.ConsumeJ
239239
groupId = session.PartyID
240240
}
241241

242-
logger.L().Info(fmt.Sprintf("Consumed join token for user (id: %s) on server (id: %s)", user.ID, server.ID))
242+
logger.L().Info(fmt.Sprintf("Consumed join token for user (id: %s) on server (id: %s) (partyId: %d)", user.ID, server.ID, groupId))
243243
return &pbapi.ConsumeJoinTokenResponse{
244244
Id: user.ID,
245245
Name: user.Name,

0 commit comments

Comments
 (0)