321a32ee15
This commit adds the rsyslog_server role which will provide a system which all logs will be agregeated. This change is part 2 of 3 to update all of the logging bits within the stack such that they're made more generic and community consumable. Roles added: * rsyslog_server Plays added: * rsyslog-install.yml Plays modified: * setup-infrastructure.yml DocImpact Implements: blueprint rsyslog-update Change-Id: I7627e362a7ee3b560dc02a1beda2034998216451
17 lines
401 B
Plaintext
17 lines
401 B
Plaintext
auth,authpriv.* /var/log/auth.log
|
|
*.*;auth,authpriv.none -/var/log/syslog
|
|
cron.* /var/log/cron.log
|
|
daemon.* -/var/log/daemon.log
|
|
kern.* -/var/log/kern.log
|
|
lpr.* -/var/log/lpr.log
|
|
mail.* -/var/log/mail.log
|
|
user.* -/var/log/user.log
|
|
|
|
mail.err /var/log/mail.err
|
|
|
|
news.crit /var/log/news/news.crit
|
|
news.err /var/log/news/news.err
|
|
news.notice -/var/log/news/news.notice
|
|
|
|
*.emerg :omusrmsg:*
|