mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Syslog, missing <PRI> in legacy output, leading to extensive logging. closes https://github.com/opnsense/core/issues/3616
This commit is contained in:
parent
cb786592df
commit
387d41d768
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user