Skip to content

Commit d05940b

Browse files
Add a logging message
1 parent cbc99e5 commit d05940b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cogs/committee_actions_tracking.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,12 @@ async def list_user_actions(
602602
content="Committee role required to list actions for other users.",
603603
ephemeral=True,
604604
)
605+
logger.debug(
606+
"User: %s, tried to list actions for user: %s, "
607+
"but did not have the committee role.",
608+
ctx.user,
609+
action_member,
610+
)
605611
return
606612

607613
user_actions: list[AssignedCommitteeAction]

0 commit comments

Comments
 (0)