Leon Schulze
09/16/2021, 1:44 PMallister
09/16/2021, 1:47 PMosquery> select time, level, facility, message from asl limit 10;
+------------+-------+--------------------------+-----------------------------+
| time | level | facility | message |
+------------+-------+--------------------------+-----------------------------+
| 1626854240 | 5 | com.apple.system.utmpx | BOOT_TIME 1626854240 341979 |
| 1626854506 | 5 | com.apple.system.lastlog | USER_PROCESS: 588 console |
| 1626856884 | 5 | com.apple.system.lastlog | USER_PROCESS: 4401 ttys000 |
| 1627188165 | 5 | com.apple.system.utmpx | DEAD_PROCESS: 588 console |
| 1627188166 | 5 | com.apple.system.utmpx | DEAD_PROCESS: 4401 ttys000 |
| 1627188175 | 5 | com.apple.system.utmpx | DEAD_PROCESS: 59449 console |
| 1627188196 | 5 | com.apple.system.lastlog | USER_PROCESS: 59521 console |
| 1627188200 | 5 | com.apple.system.lastlog | USER_PROCESS: 59680 ttys000 |
| 1627188574 | 5 | com.apple.system.utmpx | DEAD_PROCESS: 59680 ttys000 |
| 1627188576 | 5 | com.apple.system.utmpx | DEAD_PROCESS: 59521 console |
+------------+-------+--------------------------+-----------------------------+
Leon Schulze
09/16/2021, 1:54 PMallister
09/16/2021, 2:30 PM