301k in last 7 days.

This commit is contained in:
Awais Jibran
2020-03-17 17:31:37 +05:00
parent e3069877af
commit d47a0b61a9

View File

@@ -59,7 +59,7 @@ def matriculate_learner(user, uid):
if not authorizing_org:
return
except (AttributeError, ValueError):
logger.info('Ignoring non-saml social auth entry for user=%s', user.id)
logger.debug('Ignoring non-saml social auth entry for user=%s', user.id)
return
except SAMLProviderConfig.DoesNotExist:
logger.warning(