]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/syslog.conf
This commit was generated by cvs2svn to compensate for changes in r60940,
[FreeBSD/FreeBSD.git] / etc / syslog.conf
1 # $FreeBSD$
2 #
3 #       Spaces are NOT valid field separators in this file.
4 #       Consult the syslog.conf(5) manpage.
5 *.err;kern.debug;auth.notice;mail.crit          /dev/console
6 *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
7 security.*                                      /var/log/security
8 mail.info                                       /var/log/maillog
9 lpr.info                                        /var/log/lpd-errs
10 cron.*                                          /var/log/cron
11 *.err                                           root
12 *.notice;news.err                               root
13 *.alert                                         root
14 *.emerg                                         *
15 # uncomment this to enable logging of all log messages to /var/log/all.log
16 #*.*                                            /var/log/all.log
17 # uncomment this to enable logging to a remote loghost named loghost
18 #*.*                                            @loghost
19 # uncomment these if you're running inn
20 # news.crit                                     /var/log/news/news.crit
21 # news.err                                      /var/log/news/news.err
22 # news.notice                                   /var/log/news/news.notice
23 !startslip
24 *.*                                             /var/log/slip.log
25 !ppp
26 *.*                                             /var/log/ppp.log