NAME
cryptexctl log
—
display or collect logs relevant to the
cryptex subsystem
SYNOPSIS
cryptexctl log |
log [-d | --debug ]
[-c | --compact ]
<show|stream|collect> [--
[ARGUMENTS-TO-LOG ...]] |
DESCRIPTION
Display or collect log messages relevant to the cryptex subsystem from the os_log(3) unified logging store. The predicate used collects information logged directly by libcryptex(3) components as well as relevant crashes, and failures in AppleMobileFileIntegrity, AppleImage4 and MobileDevice.
List of flags and their descriptions:
-d
|--debug
- Display debug messages (passes the ‘-d’ option to log(1))
-c
|--compact
- Use the compact log style (passes the ‘--style compact’ option to log(1))
- <show|stream|collect>
- The log(1) action to perform.
- --
- Delimiter after which arguments to log(1) begin
- ARGUMENTS-TO-LOG
- Arguments to be given to log(1)
SEE ALSO
cryptexctl(1), log(1), libcryptex(3), os_log(3), cryptexd(8)
HISTORY
Introduced in macOS 11.0