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