adding count log for group entitlements

This commit is contained in:
simonredfern 2025-12-19 13:28:47 +01:00
parent b95dae1112
commit 51ab5d6769

View File

@ -3075,6 +3075,8 @@ trait APIMethods600 {
}
}
} yield {
val entitlementCount = entitlementsWithUsernames.length
logger.info(s"getGroupEntitlements called for group_id: $groupId, returned $entitlementCount records")
(GroupEntitlementsJsonV600(entitlements = entitlementsWithUsernames), HttpCode.`200`(callContext))
}
}