1# $OpenBSD: syslog.conf,v 1.21 2021/10/13 20:34:03 sthen Exp $ 2# 3 4*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none /var/log/messages 5kern.debug;syslog,user.info /var/log/messages 6auth.info /var/log/authlog 7authpriv.debug /var/log/secure 8cron.info /var/cron/log 9daemon.info /var/log/daemon 10ftp.info /var/log/xferlog 11lpr.debug /var/log/lpd-errs 12mail.info /var/log/maillog 13 14# Uncomment this line to send "important" messages to the system 15# console: be aware that this could create lots of output. 16#*.err;auth.notice;authpriv.none;kern.debug;mail.crit /dev/console 17 18# Uncomment this to have all messages of notice level and higher 19# as well as all authentication messages sent to root. 20#*.notice;auth.debug root 21 22# Everyone gets emergency messages. 23#*.emerg * 24 25# Uncomment to log to a central host named "loghost" using syslog-tls. 26# You need to run syslogd with the -S option on the remote host if you 27# are using this. 28#*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none @tls://loghost 29#auth,daemon,syslog,user.info;authpriv,kern.debug @tls://loghost 30 31# Uncomment to log messages from doas(1) to its own log file. Matches are done 32# based on the program name. 33# Program-specific logs: 34#!doas 35#*.* /var/log/doas 36