Rsyslog: add empty line (fix #13).
This commit is contained in:
parent
dea007b177
commit
d9f5eedc7d
Binary file not shown.
|
@ -23,7 +23,7 @@ fi
|
||||||
cp "${RSYSLOGD_SYSLOG_CONF}" "${RSYSLOGD_SYSLOG_FILE}"
|
cp "${RSYSLOGD_SYSLOG_CONF}" "${RSYSLOGD_SYSLOG_FILE}"
|
||||||
|
|
||||||
# Restart Rsyslog service
|
# Restart Rsyslog service
|
||||||
/etc/init.d/rsyslog restart
|
systemctl restart rsyslog
|
||||||
|
|
||||||
### Logrotate {{{
|
### Logrotate {{{
|
||||||
|
|
||||||
|
|
|
@ -47,6 +47,8 @@ local7.* /var/log/local7.log
|
||||||
*.=debug;\
|
*.=debug;\
|
||||||
auth,authpriv.none;\
|
auth,authpriv.none;\
|
||||||
news.none;mail.none -/var/log/debug
|
news.none;mail.none -/var/log/debug
|
||||||
|
|
||||||
|
# All logs.\
|
||||||
*.=info;*.=notice;*.=warn;\
|
*.=info;*.=notice;*.=warn;\
|
||||||
auth,authpriv.none;\
|
auth,authpriv.none;\
|
||||||
cron,daemon.none;\
|
cron,daemon.none;\
|
||||||
|
|
Loading…
Reference in New Issue