maidsafe / safe_network

72 stars 40 forks source link

chore(cli): [#2014] explicitly show the uploaded file's address #2018

Closed mickvandijke closed 1 month ago

mickvandijke commented 1 month ago

Description

Makes it clearer in the console output what the address is of an uploaded file after uploading it. This makes it easier to parse the logs for the file address.

e.g.:

safe_cli: Uploaded "1KB-93461c618d525ad894cbbf0a2f3c5a92be30dd8649f8c96a8ee32e4c5bb394db.bin" to address 958303ea84324c2c7d5eaa883034b87f83805e96c07f6afeed11084dccdd518d

Instead of:

safe_cli: "1KB-93461c618d525ad894cbbf0a2f3c5a92be30dd8649f8c96a8ee32e4c5bb394db.bin" 958303ea84324c2c7d5eaa883034b87f83805e96c07f6afeed11084dccdd518d

Related Issue

Fixes #2014

Type of Change

Please mark the types of changes made in this pull request.

Checklist

Please ensure all of the following tasks have been completed: