Is there a way to get an ordered log? (for readability)

My problem is that if I delete, move, or rename a folder with many files, rclone sync takes days, sometimes weeks, to finish the move to backup dir in Dropbox.
In the log, all the moves to backup dir are randomly ordered, and there is no indication of how many are left. So I have no idea when it will finally finish or even where we are in the process.

The only way to get a vague idea of how many are left is to login to the Dropbox web interface and check the size of the folders that were moved/deleted/renamed. They slowly go to 0.

PS
Why is the move to backup dir (server-side move) so slow with Dropbox? Am I doing something wrong? It does 32k files a day, that means 0.3 files a second. (the command I am running is on my previous topic)