diff --git a/CHANGELOG.md b/CHANGELOG.md index a143c72..7913a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Fix * Ensure to create olddir (/var/log/messages.d) for 'messages' log. +* Remove the "\" for Rsyslog 'messages' definition. ## Release 0.4.0 ### Features diff --git a/scripts/latecommand.tar.gz b/scripts/latecommand.tar.gz index 542628b..9bae662 100644 Binary files a/scripts/latecommand.tar.gz and b/scripts/latecommand.tar.gz differ diff --git a/scripts/latecommand/rsyslog/99syslog.conf b/scripts/latecommand/rsyslog/99syslog.conf index e6f3e94..a2394eb 100644 --- a/scripts/latecommand/rsyslog/99syslog.conf +++ b/scripts/latecommand/rsyslog/99syslog.conf @@ -48,7 +48,7 @@ local7.* /var/log/local7.log auth,authpriv.none;\ news.none;mail.none -/var/log/debug -# All logs.\ +# All logs. *.=info;*.=notice;*.=warn;\ auth,authpriv.none;\ cron,daemon.none;\