Chrome use to spam the console with lots and lots of error messages – I don’t care about them so, why bother flooding my console with them?
So, let’s stop Chrome from flooding /var/syslog.log:
sudo sysctl -w vm.shared_region_unnest_logging=0
That’s not a permanent solution. To make it ‘forever’, edit you /etc/sysctl.conf and add this line:
vm.shared_region_unnest_logging=0
You’re done, Chrome logging is now mutted.