-
Notifications
You must be signed in to change notification settings - Fork 48
Logging
Wesley Whetstone edited this page May 14, 2018
·
5 revisions
The authorized plugin portion of Crypt (that handles FileVault Enablement and Key Rotation) logs to Apples new unified logging system. You can view logs during a login or after with the /usr/bin/log
command.
To view logs during an enablement, most likely through ssh.
sudo /usr/bin/log stream --level debug --predicate '(subsystem == "com.grahamgilbert.crypt")'
To view logs afterwards.
sudo /usr/bin/log show --predicate '(subsystem == "com.grahamgilbert.crypt")' --style syslog --debug --info --last 24h
The Checkin portion of Crypt that escrows the key to the server logs to /var/log/crypt.log
.