1##
2# configuration file for syslogd and aslmanager
3##
4
5# authpriv messages are root/admin readable
6? [= Facility authpriv] access 0 80
7
8# remoteauth critical, alert, and emergency messages are root/admin readable
9? [= Facility remoteauth] [<= Level critical] access 0 80
10
11# broadcast emergency messages
12? [= Level emergency] broadcast
13
14# save kernel [PID 0] and launchd [PID 1] messages
15? [<= PID 1] store
16
17# ignore "internal" facility
18? [= Facility internal] ignore
19
20# save everything from emergency to notice
21? [<= Level notice] store
22
23# Rules for /var/log/system.log 
24> system.log mode=0640 format=bsd rotate=seq compress file_max=5M all_max=50M
25? [= Sender kernel] file system.log
26? [<= Level notice] file system.log
27? [= Facility auth] [<= Level info] file system.log
28? [= Facility authpriv] [<= Level info] file system.log
29
30# Facility com.apple.alf.logging gets saved in appfirewall.log
31? [= Facility com.apple.alf.logging] file appfirewall.log file_max=5M all_max=50M
32