View Single Post
Old 06-22-2017, 01:16 PM   #44
duncanm
Junior Member
 
Join Date: Jun 2017
Posts: 1
Default Stopping log spam in sierra

As a temporary fix you can enter the following in your terminal:

Code:
sudo log config --process=[PID] --mode "level:off"
where [PID] is the ID of the process you see in the console.

You have to re-do it every time you re-start your mac which is a pain, but at least it saves all those writes to your disk
duncanm is offline   Reply With Quote