mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
7c0b1e07a5
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
19 lines
508 B
Plaintext
19 lines
508 B
Plaintext
module(load="imuxsock")
|
|
module(load="imklog")
|
|
module(load="imudp")
|
|
input(type="imudp" port="514")
|
|
#module(load="imtcp")
|
|
#input(type="imtcp" port="514")
|
|
|
|
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
|
|
|
|
*.info;mail.none;authpriv.none;cron.none /var/log/messages
|
|
|
|
authpriv.* /var/log/secure
|
|
|
|
mail.* /var/log/maillog
|
|
|
|
cron.* /var/log/cron
|
|
|
|
local7.* /var/log/boot.log
|