Disable Console Messages: CSF output to the console

https://forum.configserver.com/search.php?keywords=output+console

Re: CSF output to the console

for anyone else looking to fix this.

The following command will suppress the messages.

dmesg -n 1

to suppress all messages from the kernel (and its drivers) except panic messages from appearing on the console.

To fix at each boot, add the command to:
/etc/rc.local