Syslog, missing <PRI> in legacy output, leading to extensive logging. closes https://github.com/opnsense/core/issues/3616

This commit is contained in:
Ad Schellevis 2019-07-31 11:11:00 +02:00
parent cb786592df
commit 387d41d768

View File

@ -4,7 +4,7 @@
#
destination legacy_dst {
unix-dgram("/var/run/legacy_log" template("${MSGHDR}${MESSAGE}\n"));
unix-dgram("/var/run/legacy_log" template("<$PRI>${MSGHDR}${MESSAGE}\n"));
};
log {