chef/cookbooks/rsyslog/templates/smartos/50-default.conf.erb
2015-07-21 19:45:23 +02:00

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