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