use info level for case user is deleted in the meantime

This commit is contained in:
Son NK 2021-05-24 11:10:17 +02:00
parent ce22e16285
commit bdec7ff5e4
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ if __name__ == "__main__":
user = User.get(user_id)
if not user:
LOG.exception("No user found for %s", user_id)
LOG.i("No user found for %s", user_id)
continue
user_email = user.email