19 lines
678 B
Plaintext
19 lines
678 B
Plaintext
# Dropped of by Chef. Modifications will be lost.
|
|
#
|
|
# Default rules for rsyslog.
|
|
#
|
|
# For more information see rsyslog.conf(5) and <%= node['rsyslog']['config_prefix'] %>/rsyslog.conf
|
|
|
|
*.err;kern.notice;auth.notice /dev/sysmsg
|
|
*.err;kern.debug;daemon.notice;mail.crit /var/adm/messages
|
|
|
|
*.alert;kern.err;daemon.err operator
|
|
*.alert root
|
|
|
|
*.emerg *
|
|
|
|
mail.debug /var/log/syslog
|
|
|
|
auth.info /var/log/auth.log
|
|
mail.info /var/log/postfix.log
|