18 Feb
2016
18 Feb
'16
9:17 a.m.
On Feb 18, 2016, at 9:05 AM, Jonathan Gazeley <Jonathan.Gazeley@bristol.ac.uk> wrote:
Yesterday I built 3.1.x from git and today I'm tidying up the rough edges in my config.
I spotted that my instantiation of linelog is not behaving quite as I'd expect, as it appears not to tag the syslog_facility, and then rsyslog makes up whatever it feels like. This behaviour has changed since 3.0.11 on the same box.
Here's my linelog module:
linelog logtosyslog { destination = syslog
syslog { syslog_facility = local5
That should just be "facility". The example config is wrong. I've pushed a fix. Alan DeKok.