| Commit | Line | Data |
|---|---|---|
| 984263bc | 1 | # $FreeBSD: src/etc/syslog.conf,v 1.13.2.4 2003/05/12 13:59:23 yar Exp $ |
| 1de703da | 2 | # $DragonFly: src/etc/syslog.conf,v 1.2 2003/06/17 04:24:45 dillon Exp $ |
| 984263bc MD |
3 | # |
| 4 | # Spaces ARE valid field separators in this file. However, | |
| 5 | # other *nix-like systems still insist on using tabs as field | |
| 6 | # separators. If you are sharing this file between systems, you | |
| 7 | # may want to use only tabs as field separators here. | |
| 8 | # Consult the syslog.conf(5) manpage. | |
| 9 | *.err;kern.debug;auth.notice;mail.crit /dev/console | |
| 10 | *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages | |
| 11 | security.* /var/log/security | |
| 12 | auth.info;authpriv.info /var/log/auth.log | |
| 510bc832 | 13 | daemon.info /var/log/daemon |
| 984263bc MD |
14 | mail.info /var/log/maillog |
| 15 | lpr.info /var/log/lpd-errs | |
| 16 | cron.* /var/log/cron | |
| 17 | *.emerg * | |
| 18 | # uncomment this to log all writes to /dev/console to /var/log/console.log | |
| 19 | #console.info /var/log/console.log | |
| 20 | # uncomment this to enable logging of all log messages to /var/log/all.log | |
| 21 | # touch /var/log/all.log and chmod it to mode 600 before it will work | |
| 22 | #*.* /var/log/all.log | |
| 23 | # uncomment this to enable logging to a remote loghost named loghost | |
| 24 | #*.* @loghost | |
| 25 | # uncomment these if you're running inn | |
| 26 | # news.crit /var/log/news/news.crit | |
| 27 | # news.err /var/log/news/news.err | |
| 28 | # news.notice /var/log/news/news.notice | |
| 29 | !startslip | |
| 30 | *.* /var/log/slip.log | |
| 31 | !ppp | |
| 32 | *.* /var/log/ppp.log |