Getting a list of files copied

I am trying to use the log output to write to a log of only the files that been copied to my google drive.
I have used the command --log-file MyLogFile.txt --log-level INFO
as this gives me the copied information I need but it also gives me the transfer statistics below about every minute.
2021/11/10 12:28:55 INFO :
Transferred: 11.542 KiB / 11.542 KiB, 100%, 4 B/s, ETA 0s
Errors: 1 (retrying may help)
Checks: 30682 / 30682, 100%
Transferred: 3 / 3, 100%
Elapsed time: 12m0.0s

Is there a way to spuress these statistics from the log file or an alternative way to get what I am after?

Thanks

hello and welcome to the forum,

when you posted there was a template of questions, that help us to help you/.

  • what is the output of rclone version?
  • what is the exact command you are running?
  • perhaps try --stats=0

Hi @asdffdsa, I did see the template but felt the issue I was enquiring about wasn't version specific or of a command formatting issue. Rather that I had missed a command when reading the docs as there are so many and its hard not to get bleary eyed. Or that didn't understand something. My bad, sorry, When I post again I'll include it regardless.
The answer you provided is exactly what I was looking for. Thank You

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.