mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
Use Realm.string_id instead of Realm.domain when logging.
This commit is contained in:
@@ -1067,7 +1067,7 @@ def do_export_realm(realm, output_dir, threads, exportable_user_ids=None):
|
||||
# Start parallel jobs to export the UserMessage objects.
|
||||
launch_user_message_subprocesses(threads=threads, output_dir=output_dir)
|
||||
|
||||
logging.info("Finished exporting %s" % (realm.domain))
|
||||
logging.info("Finished exporting %s" % (realm.string_id))
|
||||
create_soft_link(source=output_dir, in_progress=False)
|
||||
|
||||
def export_attachment_table(realm, output_dir, message_ids):
|
||||
|
||||
Reference in New Issue
Block a user