Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.5 KiB

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