Skip to content
Snippets Groups Projects
Commit adb5b76f authored by Erik Johnston's avatar Erik Johnston
Browse files

Don't log all auth events every time we call auth.check

parent 3bcdf366
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,10 @@ class Auth(object):
if event.type == EventTypes.Aliases:
return True
logger.debug("Auth events: %s", auth_events)
logger.debug(
"Auth events: %s",
[a.event_id for a in auth_events]
)
if event.type == EventTypes.Member:
allowed = self.is_membership_change_allowed(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment