Initial version of syslog module.
This commit is contained in:
parent
90312c8d28
commit
f8d8abe1ae
6 changed files with 200 additions and 0 deletions
22
syslog/templates/syslog.conf.OpenBSD.erb
Normal file
22
syslog/templates/syslog.conf.OpenBSD.erb
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none /var/log/messages
|
||||
kern.debug;syslog,user.info /var/log/messages
|
||||
auth.info /var/log/authlog
|
||||
authpriv.debug /var/log/secure
|
||||
cron.info /var/cron/log
|
||||
daemon.info /var/log/daemon
|
||||
ftp.info /var/log/xferlog
|
||||
lpr.debug /var/log/lpd-errs
|
||||
mail.info /var/log/maillog
|
||||
#uucp.info /var/log/uucp
|
||||
|
||||
# Uncomment this line to send "important" messages to the system
|
||||
# console: be aware that this could create lots of output.
|
||||
#*.err;auth.notice;authpriv.none;kern.debug;mail.crit /dev/console
|
||||
|
||||
# Uncomment this to have all messages of notice level and higher
|
||||
# as well as all authentication messages sent to root.
|
||||
#*.notice;auth.debug root
|
||||
|
||||
# Everyone gets emergency messages.
|
||||
*.emerg *
|
Loading…
Add table
Add a link
Reference in a new issue