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.

37 lines
1.4 KiB

28 years ago
19 years ago
  1. # $OpenBSD: syslog.conf,v 1.20 2016/12/27 13:38:14 jca 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. # Uncomment this line to send "important" messages to the system
  13. # console: be aware that this could create lots of output.
  14. #*.err;auth.notice;authpriv.none;kern.debug;mail.crit /dev/console
  15. # Uncomment this to have all messages of notice level and higher
  16. # as well as all authentication messages sent to root.
  17. #*.notice;auth.debug root
  18. # Everyone gets emergency messages.
  19. #*.emerg *
  20. # Uncomment to log to a central host named "loghost". You need to run
  21. # syslogd with the -u option on the remote host if you are using this.
  22. # (This is also required to log info from things like routers and
  23. # ISDN-equipment). If you run -u, you are vulnerable to syslog bombing,
  24. # and should consider blocking external syslog packets.
  25. #*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none @loghost
  26. #auth,daemon,syslog,user.info;authpriv,kern.debug @loghost
  27. # Uncomment to log messages from doas(1) to its own log file. Matches are done
  28. # based on the program name.
  29. # Program-specific logs:
  30. #!doas
  31. #*.* /var/log/doas