source: hybrid/branches/releng-9.0/nanobsd/files/etc/syslog.conf@ 10437

Last change on this file since 10437 was 10437, checked in by rick, 13 years ago

OpenVPN helper configuration entries, please not Certificate Management is not covered yet.

  • Property svn:eol-style set to LF
File size: 1.4 KB
Line 
1# $FreeBSD: src/etc/syslog.conf,v 1.28 2005/03/12 12:31:16 glebius Exp $
2#
3# Spaces ARE valid field separators in this file. However,
4# other *nix-like systems still insist on using tabs as field
5# separators. If you are sharing this file between systems, you
6# may want to use only tabs as field separators here.
7# Consult the syslog.conf(5) manpage.
8*.err;kern.warning;auth.notice;mail.crit /dev/console
9*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
10security.* /var/log/security
11auth.info;authpriv.info /var/log/auth.log
12mail.info /var/log/maillog
13lpr.info /var/log/lpd-errs
14ftp.info /var/log/xferlog
15cron.* /var/log/cron
16*.=debug /var/log/debug.log
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.wleiden.net
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
33!thttpd
34*.* /var/log/thttpd.log
35!openvpn
36*.* /var/log/openvpn.log
Note: See TracBrowser for help on using the repository browser.