mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:56:57 +00:00
adding count log for group entitlements
This commit is contained in:
parent
b95dae1112
commit
51ab5d6769
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user