[BACK]Return to syslog.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/syslog.conf, Revision 1.15

1.15    ! jmc         1: #      $OpenBSD: syslog.conf,v 1.14 2005/04/23 17:34:52 beck Exp $
1.2       deraadt     2: #
1.3       millert     3:
1.12      camield     4: *.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none        /var/log/messages
1.13      jmc         5: kern.debug;user.info;syslog.info                       /var/log/messages
1.3       millert     6: auth.info                                              /var/log/authlog
                      7: authpriv.debug                                         /var/log/secure
                      8: cron.info                                              /var/cron/log
                      9: daemon.info                                            /var/log/daemon
                     10: ftp.info                                               /var/log/xferlog
                     11: lpr.debug                                              /var/log/lpd-errs
                     12: mail.info                                              /var/log/maillog
                     13: #uucp.info                                             /var/log/uucp
                     14:
1.14      beck       15: # Uncomment this line to send "important" messages to the system
1.15    ! jmc        16: # console: be aware that this could create lots of output.
1.14      beck       17: # *.err;kern.debug;auth.notice;authpriv.none;mail.crit /dev/console
                     18:
                     19: # Uncomment this to have all messages of notice level and higher
                     20: # as well as all authentication messages sent to root.
                     21: # *.notice;auth.debug                                  root
                     22:
                     23: # Everyone gets emergency messages.
1.3       millert    24: *.emerg                                                        *
                     25:
1.5       deraadt    26: # Uncomment to log to a central host named "loghost".   You need to run
                     27: # syslogd with the -u option on the remote host if you are using this.
                     28: # (This is also required to log info from things like routers and
                     29: # ISDN-equipment).  If you run -u, you are vulnerable to syslog bombing,
1.8       deraadt    30: # and should consider blocking external syslog packets
1.3       millert    31: #*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none       @loghost
                     32: #kern.debug,user.info,syslog.info                              @loghost
                     33: #auth.info,authpriv.debug,daemon.info                          @loghost
1.6       millert    34:
                     35: # Uncomment to log messages from sudo(8) and chat(8) to their own
                     36: # respective log files.  Matches are done based on the program name
                     37: # Program-specific logs:
                     38: #!sudo
                     39: #*.*                                                   /var/log/sudo
                     40: #!chat
                     41: #*.*                                                   /var/log/chat