Skip to content

Commit

Permalink
fix log message in the group view remove_service_accounts()
Browse files Browse the repository at this point in the history
  • Loading branch information
petracihalova committed Aug 5, 2024
1 parent 3e090cf commit 0c13667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbac/management/group/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ def remove_service_accounts(
request_id = getattr(self.request, "req_id", None)
logger.info(
f"[Request_id: {request_id}] remove_service_accounts({service_accounts}),"
"Group:{group.name},OrgId:{org_id},Acct:{account_name}"
f"Group:{group.name},OrgId:{org_id},Acct:{user.account}"
)

# Fetch the tenant from the database.
Expand Down

0 comments on commit 0c13667

Please sign in to comment.