Is there a good way to include the Rclone command with all the flags at the start of the log?
So the log includes:
- "What command was run exactly" (full command with flags)
- "What rclone did" (the normal log)
I'm using both Bash on macOS and PowerShell on Windows.
Isn't -vv just a short flag to get the DEBUG log?
I'm using the INFO log. The debug one is too long and unreadable for everyday use.
PS
Why isn't the -vv flag listed on Global Flags ?
yes
There is no other way from inside the rclone. You could append you command to the log from your bash script maybe.
If you think that something is missing please feel free to improve it. Documentation PRs are more than welcomed.
And I agree with you. It would be nice if in INFO log full command is logged the same as in DEBUG. Not sure if others agree with it.
If you think it is worth give it a go and modify INFO logging. Should not be very difficult.
system
(system)
Closed
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.