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.

36 lines
1.3 KiB

29 years ago
  1. # $OpenBSD: syslog.conf,v 1.12 2001/08/23 13:27:52 camield Exp $
  2. #
  3. *.err;kern.debug;auth.notice;authpriv.none;mail.crit /dev/console
  4. *.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none /var/log/messages
  5. kern.debug,user.info,syslog.info /var/log/messages
  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. *.err root
  15. *.notice;auth.debug root
  16. *.alert root
  17. *.emerg *
  18. # Uncomment to log to a central host named "loghost". You need to run
  19. # syslogd with the -u option on the remote host if you are using this.
  20. # (This is also required to log info from things like routers and
  21. # ISDN-equipment). If you run -u, you are vulnerable to syslog bombing,
  22. # and should consider blocking external syslog packets
  23. #*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none @loghost
  24. #kern.debug,user.info,syslog.info @loghost
  25. #auth.info,authpriv.debug,daemon.info @loghost
  26. # Uncomment to log messages from sudo(8) and chat(8) to their own
  27. # respective log files. Matches are done based on the program name
  28. # Program-specific logs:
  29. #!sudo
  30. #*.* /var/log/sudo
  31. #!chat
  32. #*.* /var/log/chat