[Feature] verbose logging for cli #6250
Moosbee
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The feature
It would be nice to have a more verbose logging system, espacaly for debugging.
Currently the cli only starts logging as soon as it starts uploading files.
'{bar} | {percentage}% | ETA: {eta_formatted} | {value_formatted}/{total_formatted}: {filename}'Also (personal preference) whilst already logging, it overwrites itself(I know it is intended), leaving at the end only one line with says upload done.
My solution
A possible solution to this problem would be to take inspiration from windows
robocopy.An example output would be:
Platform
All reactions