Disabling command block output in the console
Solution 1:
You can silence command block output to the console in spigot.yml
Look for the following configuration directive
...
commands:
...
silent-commandblock-console: false
Change it to
silent-commandblock-console: true