In /etc/sysctl.conf
Tweak the kernel.printk line.
Code: Select all
# Uncomment the following to stop low-level messages on console
kernel.printk = 3 4 1 3
Code: Select all
sysctl --system
Code: Select all
# Uncomment the following to stop low-level messages on console
kernel.printk = 3 4 1 3
Code: Select all
sysctl --system