Contribute
Register

I have a question about the way the Console now works

Status
Not open for further replies.
Joined
Jul 11, 2011
Messages
13
Motherboard
ASRock H270 Pro4
CPU
i7-7700K
Graphics
AMD RX580
Mac
  1. iMac
  2. MacBook
  3. MacBook Pro
  4. Mac Pro
Mobile Phone
  1. iOS
I know one of you bright folks will be able to point me in the correct direction. I am trying to find the boot log in Sierra. I know they are no longer stored in flat text files. I am looking for the post Clover log (I can see the Clover log in Clover Configurator successfully.) I want to see the log that finds all the drives, the to call DSMOS.text, en0 being assigned, Regents of University CA acknowledged, Bluetooth calls, etc... etc...

I have tried Apple Communities, Google and these forums here doing multiple searches.

I really appreciate the help and thanks in advance...

Dan
 
Open Terminal en type:
Code:
log show --predicate "processID == 0" --debug
You will get all entries. If you only want the entries of today type:
Code:
log show --predicate "processID == 0" --start 2016-11-19 --debug
 
Awesome dude. I wish someone creates a simple opensource Console alternative. The one in Sierra is useless.
 
Status
Not open for further replies.
Back
Top