What does the -vvv flag do?

What does the -vvv flag do compared to -vv? It doesn't seem to be in the documentation.

I don't it does anything.

-vv gives you debug which is as high as you can go I believe.

You could keep adding but it won't do anything:

rclone about GD: -vvvvvvv
2022/07/30 06:56:46 DEBUG : Setting --config "/opt/rclone/rclone.conf" from environment variable RCLONE_CONFIG="/opt/rclone/rclone.conf"
2022/07/30 06:56:46 DEBUG : rclone: Version "v1.59.0" starting with parameters ["rclone" "about" "GD:" "-vvvvvvv"]
2022/07/30 06:56:46 DEBUG : Creating backend with remote "GD:"
2022/07/30 06:56:46 DEBUG : Using config file from "/opt/rclone/rclone.conf"
Total:   16 GiB
Used:    1.402 GiB
Free:    11.423 GiB
Trashed: 9.862 KiB
Other:   3.175 GiB
2022/07/30 06:56:46 DEBUG : 4 go routines active

hello and welcome to the forum,

did a quick search of the rclone source code.
from what i can tell, there is no difference between -vv and -vvv
https://github.com/rclone/rclone/search?q=vvv

thanks for the info