You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the file upload command, on completion instead of outputting the file address next to the original filename: <FILENAME> <FILE_ADDRESS>, make it explicit that it is the file address: File Address: <FILE_ADDRESS>.
Example of what it outputs now (user has to guess that this is the file address):
When running the file upload command, on completion instead of outputting the file address next to the original filename:
<FILENAME> <FILE_ADDRESS>
, make it explicit that it is the file address:File Address: <FILE_ADDRESS>
.Example of what it outputs now (user has to guess that this is the file address):
Instead, do this:
Makes it easier for log parsers to find the file address :)
The text was updated successfully, but these errors were encountered: