mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
syslog: legacy syslog (clog) expects rfc5424 out when being parsed by syslog-ng
This commit is contained in:
parent
629f7f8529
commit
bc31d6c9ff
@ -5,7 +5,7 @@
|
||||
|
||||
{% if helpers.empty('syslog.disable_clog') %}
|
||||
destination legacy_dst {
|
||||
unix-dgram("/var/run/legacy_log" template("<$PRI>${MSGHDR}${MESSAGE}\n"));
|
||||
unix-dgram("/var/run/legacy_log" flags(syslog-protocol));
|
||||
};
|
||||
|
||||
log {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user