1 > security.log format='$Time $(Sender)[$(PID)] <$((Level)(str))> [$(Facility){$(SecAPITrace)} $(CALLER)]: $Message' rotate=utc-basic crashlog compress file_max=5M all_max=20M
3 # Note: this file is for OSX only.
6 # securityd is the iOS securityd
7 # com.apple.securityd is the OSX securityd
8 # com.apple.secd is the iOS version of securityd running on OSX
10 ? [T SecAPITrace] file security.log
11 ? [= Sender com.apple.securityd] file security.log
12 ? [= Sender com.apple.secd] file security.log
13 ? [= Sender CloudKeychainProxy] file security.log
14 ? [= Sender IDSKeychainSyncingProxy] file security.log
15 ? [= Sender securityd] file security.log
16 ? [= Sender secd] file security.log
17 ? [= Sender securityd_service] file security.log
19 # Claim prevents the built-in ASL configuration from
20 # processing our messages. We claim anything short
21 # of errors, and let ASL do what it wants with the rest
23 ? [T SecAPITrace] [> Level error] claim
24 ? [= Sender com.apple.securityd] [> Level error] claim
25 ? [= Sender com.apple.secd] [> Level error] claim
26 ? [= Sender CloudKeychainProxy] [> Level error] claim
27 ? [= Sender IDSKeychainSyncingProxy] [> Level error] claim
28 ? [= Sender securityd] [> Level error] claim
29 ? [= Sender secd] [> Level error] claim
30 ? [= Sender securityd_service] [> Level error] claim