1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-25 00:57:48 +02:00
openwrt-packages/admin/rsyslog/files/rsyslog.conf
Matthew Hagan 16a5288206 rsyslog: move from net to admin
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-11-16 13:27:24 -08:00

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