Skip to content
Snippets Groups Projects
Commit 106f1bdf authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

change syslog filter to handle jessie change for rsyslogd

parent 36a3b99a
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,9 @@ Unreleased ...@@ -9,6 +9,9 @@ Unreleased
syslog entry now looks like "CRON[12345]". So, we add a new rule in the syslog entry now looks like "CRON[12345]". So, we add a new rule in the
filter-syslog debian file to capture this new format. (adamhl) filter-syslog debian file to capture this new format. (adamhl)
[syslog] jessie has changed how rsyslogd logs to syslog so we change
filter-syslog a bit to handle this format change. (adamhl)
release/004.042 (2015-05-04) release/004.042 (2015-05-04)
[ntp] Remove obsolete host references from ntp.conf. Also, [ntp] Remove obsolete host references from ntp.conf. Also,
......
...@@ -7,4 +7,4 @@ rsyslogd: /^\[origin software="rsyslogd" .*\] rsyslogd was HUPed/ ...@@ -7,4 +7,4 @@ rsyslogd: /^\[origin software="rsyslogd" .*\] rsyslogd was HUPed/
rsyslogd: /^\[origin software="rsyslogd" .*\] start$/ rsyslogd: /^\[origin software="rsyslogd" .*\] start$/
# This line seems to get logged when the rsyslog configuration changes. # This line seems to get logged when the rsyslog configuration changes.
/rsyslogd\-\d+/: /^.*action '.*' resumed \(module 'builtin:omfwd'\).*$/ /rsyslogd\S+/: /^.*action '.*' resumed \(module 'builtin:omfwd'\).*$/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment