import: Show slack user-ids.

(cherry picked from commit e41810c0b3)
This commit is contained in:
Alex Vandiver 2024-01-17 20:15:18 +00:00 committed by Tim Abbott
parent 57800e85c7
commit 4d465cb698
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ def users_to_zerver_userprofile(
if not user.get("is_primary_owner", False):
user_id_count += 1
logging.info("%s -> %s", user["name"], userprofile_dict["email"])
logging.info("%s: %s -> %s", slack_user_id, user["name"], userprofile_dict["email"])
process_customprofilefields(zerver_customprofilefield, zerver_customprofilefield_values)
logging.info("######### IMPORTING USERS FINISHED #########\n")