18 lines
682 B
Text
18 lines
682 B
Text
#
|
|
# The preferred way to configure rsyslogd is now UCI.
|
|
#
|
|
# This file can be still used and will be included
|
|
# on top of the final configuration inside /var/etc/rsyslog.conf
|
|
#
|
|
# Example of default configuration:
|
|
#
|
|
# module(load="imuxsock")
|
|
# module(load="imklog")
|
|
# module(load="imudp")
|
|
# input(type="imudp" 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
|